- Timestamp:
- Aug 12, 2016 8:51:19 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r63394 r63401 1582 1582 $(VBOX_GCC_Wno-string-plus-int) $(VBOX_GCC_Wno-nested-anon-types) 1583 1583 VBOX_GCC_WARN_PEDANTIC = -Wshadow $(VBOX_GCC_WARN) -Wno-long-long 1584 ifdef VBOX_WITH_MASOCHISTIC_WARNINGS 1585 VBOX_GCC_WARN_MASOCHISTIC ?= -Wunused-variable -Wunused-function -Wunused-label -Wunused-parameter 1586 endif 1587 VBOX_GCC_WARN_PEDANTIC += $(VBOX_GCC_WARN_MASOCHISTIC) 1584 VBOX_GCC_WARN_MASOCHISTIC ?= -Wunused-variable -Wunused-function -Wunused-label -Wunused-parameter 1585 VBOX_GCC_WARN_PEDANTIC += $(VBOX_GCC_WARN_MASOCHISTIC) 1586 1588 1587 VBOX_GCC_PEDANTIC_CXX ?= -pedantic $(VBOX_GCC_WARN_PEDANTIC) $(VBOX_GCC_Wno-return-type-c-linkage) 1589 1588 VBOX_GCC_PEDANTIC_C ?= -pedantic $(VBOX_GCC_WARN_PEDANTIC) -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror-implicit-function-declaration … … 1591 1590 VBOX_GCC_NON_PEDANTIC_CXX ?= -Wno-sign-compare 1592 1591 VBOX_GCC_NON_PEDANTIC_C ?= -Wno-sign-compare -Werror-implicit-function-declaration 1593 1594 #1595 VBOX_WITH_NO_GCC_WARNING_POLICY ?=1596 1597 1592 1598 1593 # Disabled Visual C++ warnings, W4: … … 2849 2844 endif # !VBOX_NOINC_DYNAMIC_CONFIG_KMK 2850 2845 2846 2851 2847 # 2852 2848 # Warnings as errors. … … 2862 2858 VBOX_VCC_LD_WERR ?= ## @todo later also: -WX 2863 2859 endif 2864 2865 2860 2866 2861 # … … 2878 2873 endif 2879 2874 endif 2880 2881 2875 2882 2876
Note:
See TracChangeset
for help on using the changeset viewer.

