Changeset 73498 in vbox
- Timestamp:
- Aug 4, 2018 8:13:41 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124125
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r73332 r73498 2925 2925 VBOX_GCC_PEDANTIC_CXX ?= -pedantic $(VBOX_GCC_WARN_PEDANTIC) $(VBOX_GCC_Wno-return-type-c-linkage) $(VBOX_GCC_Wno-overloaded-virtual) 2926 2926 VBOX_GCC_PEDANTIC_C ?= -pedantic $(VBOX_GCC_WARN_PEDANTIC) -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror-implicit-function-declaration 2927 2928 # Avoid freaking out in the additions build when using flexible arrays in C++ code (ldrPE.cpp, ++). 2929 if $(VBOX_GCC_VERSION_CXX) < 60100 && defined(VBOX_GCC_Wno-array_bounds) 2930 VBOX_GCC_PEDANTIC_CXX += $(VBOX_GCC_Wno-array_bounds) 2931 endif 2927 2932 2928 2933 VBOX_GCC_NON_PEDANTIC_CXX ?= -Wno-sign-compare
Note:
See TracChangeset
for help on using the changeset viewer.