Changeset 2421 in kBuild for trunk/src/kmk/maintMakefile
- Timestamp:
- Oct 17, 2010 9:27:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/maintMakefile
r1993 r2421 4 4 5 5 # We like mondo-warnings! 6 ifeq ($(KBUILD_TARGET),openbsd) # bird 7 AM_CFLAGS += -Wall -Wshadow -Wpointer-arith -Wbad-function-cast 8 else 6 9 AM_CFLAGS += -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wpointer-arith -Wbad-function-cast 10 endif 7 11 8 12 # I want this one but I have to wait for the const cleanup!
Note:
See TracChangeset
for help on using the changeset viewer.