Changeset 25781 in vbox
- Timestamp:
- Jan 12, 2010 5:03:31 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r25779 r25781 1162 1162 # 1163 1163 VBOX_GCC_WARN ?= -Wall $(VBOX_GCC_Wextra) $(VBOX_GCC_Wno-missing-field-initializers) -Wno-unused -Wno-trigraphs 1164 VBOX_GCC_PEDANTIC_CXX ?= -pedantic $(VBOX_GCC_WARN) -Wno-long-long 1165 VBOX_GCC_PEDANTIC_C ?= -pedantic $(VBOX_GCC_WARN) -Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 1166 ifdef VBOX_WITH_GCC_Wshadow # Note! This will become defaults once we've cleaned up the warnings. 1167 VBOX_GCC_PEDANTIC_CXX += -Wshadow 1168 VBOX_GCC_PEDANTIC_C += -Wshadow 1169 endif 1164 VBOX_GCC_PEDANTIC_CXX ?= -pedantic -Wshadow $(VBOX_GCC_WARN) -Wno-long-long 1165 VBOX_GCC_PEDANTIC_C ?= -pedantic -Wshadow $(VBOX_GCC_WARN) -Wno-long-long -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations 1170 1166 ifeq ($(KBUILD_TYPE),debug) 1171 1167 VBOX_GCC_FP ?= -fno-omit-frame-pointer
Note:
See TracChangeset
for help on using the changeset viewer.