artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd9994
)
add -Wno-uninitialized
author
kstailey
<kstailey@openbsd.org>
Fri, 7 Feb 1997 03:20:34 +0000
(
03:20
+0000)
committer
kstailey
<kstailey@openbsd.org>
Fri, 7 Feb 1997 03:20:34 +0000
(
03:20
+0000)
sys/arch/sun3/conf/Makefile.sun3
patch
|
blob
|
history
diff --git
a/sys/arch/sun3/conf/Makefile.sun3
b/sys/arch/sun3/conf/Makefile.sun3
index
2190bb1
..
787153c
100644
(file)
--- a/
sys/arch/sun3/conf/Makefile.sun3
+++ b/
sys/arch/sun3/conf/Makefile.sun3
@@
-38,7
+38,7
@@
XDEFS= -undef -D__OpenBSD__ -Dm68k -Dmc68000
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \
-Dmc68020 -Dsun3 ${XDEFS}
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes \
- -Wno-format \
+ -Wno-format
-Wno-uninitialized
\
# -Wmissing-prototypes
CFLAGS= ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float -pipe
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE