VirtualBox

Changeset 99746 in vbox


Ignore:
Timestamp:
May 11, 2023 10:14:39 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157323
Message:

Main: More Clang 13 build fixes (warnings as errors) [better fix, use global compiler warning control / DynamicConfig.kmk in Config.kmk].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r99744 r99746  
    35573557        $(VBOX_GCC_fdiagnostics-show-option) $(VBOX_GCC_Wno-unused-parameter) $(VBOX_GCC_Wno-language-extension-token) \
    35583558        $(VBOX_GCC_Wno-extended-offsetof) $(VBOX_GCC_Wno-gnu-folding-constant) $(VBOX_GCC_Wno-gnu-anonymous-struct) \
    3559         $(VBOX_GCC_Wno-deprecated-copy) \
    35603559        $(VBOX_GCC_Wlogical-op) $(VBOX_GCC_Wno-string-plus-int) $(VBOX_GCC_Wno-nested-anon-types) $(VBOX_GCC_Wno-variadic-macros) \
    35613560        $(VBOX_GCC_Wno-c++17-compat-mangling)
     
    35753574 VBOX_GCC_PEDANTIC_OPTION ?=
    35763575endif
    3577 VBOX_GCC_PEDANTIC_CXX ?= $(VBOX_GCC_PEDANTIC_OPTION) $(VBOX_GCC_WARN_PEDANTIC) $(VBOX_GCC_Wno-return-type-c-linkage) $(VBOX_GCC_Wno-overloaded-virtual) $(VBOX_GCC_Wno-undefined-var-template)
     3576VBOX_GCC_PEDANTIC_CXX ?= $(VBOX_GCC_PEDANTIC_OPTION) $(VBOX_GCC_WARN_PEDANTIC) \
     3577                         $(VBOX_GCC_Wno-return-type-c-linkage) $(VBOX_GCC_Wno-overloaded-virtual) $(VBOX_GCC_Wno-undefined-var-template) $(VBOX_GCC_Wno-deprecated-copy)
    35783578VBOX_GCC_PEDANTIC_C   ?= $(VBOX_GCC_PEDANTIC_OPTION) $(VBOX_GCC_WARN_PEDANTIC) -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror-implicit-function-declaration
    35793579
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette