Changeset 45458 in vbox
- Timestamp:
- Apr 10, 2013 1:55:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r45456 r45458 1508 1508 # Compiler optimization flags. 1509 1509 # 1510 VBOX_GCC_WARN ?= -Wall $(VBOX_GCC_Wextra) $(VBOX_GCC_Wno-missing-field-initializers) -Wno-unused -Wno-trigraphs $(VBOX_GCC_fdiagnostics-show-option) $(VBOX_GCC_ no-unused-parameter)1510 VBOX_GCC_WARN ?= -Wall $(VBOX_GCC_Wextra) $(VBOX_GCC_Wno-missing-field-initializers) -Wno-unused -Wno-trigraphs $(VBOX_GCC_fdiagnostics-show-option) $(VBOX_GCC_Wno-unused-parameter) 1511 1511 VBOX_GCC_WARN_PEDANTIC = -Wshadow $(VBOX_GCC_WARN) -Wno-long-long 1512 1512 ifdef VBOX_WITH_MASOCHISTIC_WARNINGS … … 2293 2293 $(QUIET)$(APPEND) '$@' 'ifneq ($$(VBOX_GCC_VERSION_CXX),)' 2294 2294 $(QUIET)$(APPEND) '$@' ' ifneq ($$(int-ge $$(VBOX_GCC_VERSION_CXX),40800),)' 2295 $(QUIET)$(APPEND) '$@' ' VBOX_GCC_ no-unused-parameter ?= -Wno-unused-parameter'2295 $(QUIET)$(APPEND) '$@' ' VBOX_GCC_Wno-unused-parameter ?= -Wno-unused-parameter' 2296 2296 $(QUIET)$(APPEND) '$@' ' endif' 2297 2297 $(QUIET)$(APPEND) '$@' 'endif'
Note:
See TracChangeset
for help on using the changeset viewer.