Changeset 98023 in vbox
- Timestamp:
- Jan 6, 2023 8:49:02 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155117
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r98022 r98023 3537 3537 $(VBOX_GCC_Wno-c++17-compat-mangling) 3538 3538 VBOX_GCC_WARN_PEDANTIC = -Wshadow $(VBOX_GCC_WARN) -Wno-long-long 3539 if "$(VBOX_GCC_Wno-inline)" != "" && $(VBOX_GCC_VERSION_CXX) <= 100000 # Figure "can never be inlined because it uses variable argument lists" version range.3540 VBOX_GCC_WARN_PEDANTIC += $(VBOX_GCC_Wno-inline)3541 endif3542 3539 if $(VBOX_GCC_VERSION_CXX) >= 40200 || defined(VBOX_WITH_MASOCHISTIC_WARNINGS) # gcc 4.2.x+ (4.1.2 is causing trouble with the extpack & add builds) 3543 3540 VBOX_GCC_WARN_MASOCHISTIC ?= -Wunused-variable -Wunused-function -Wunused-label -Wunused-parameter … … 5821 5818 -mno-red-zone -mcmodel=kernel $(if-expr defined(VBOX_GCC_USING_SOLARIS_AS),-Wa$(COMMA)-xmodel=kernel,) \ 5822 5819 -fno-reorder-blocks -fno-asynchronous-unwind-tables -funit-at-a-time 5823 TEMPLATE_VBOXR0DRV_CXXFLAGS = -Wpointer-arith -Winline \ 5824 -Wshadow -Wuninitialized -Wunused-function -Wunused-label -Wunused-value -Wunused-variable \ 5825 -Wformat \ 5820 TEMPLATE_VBOXR0DRV_CXXFLAGS = -Wpointer-arith \ 5821 -Wshadow -Wuninitialized -Wunused-function -Wunused-label -Wunused-value -Wunused-variable -Wformat \ 5826 5822 -O2 -nodefaultlibs -fno-omit-frame-pointer -fno-strict-aliasing -fno-common -fno-exceptions -fno-rtti 5827 5823 TEMPLATE_VBOXR0DRV_CXXFLAGS.x86 = $(TEMPLATE_VBOXR0DRV_CFLAGS.x86)
Note:
See TracChangeset
for help on using the changeset viewer.