VirtualBox

Changeset 42592 in vbox


Ignore:
Timestamp:
Aug 4, 2012 3:10:24 PM (12 years ago)
Author:
vboxsync
Message:

Config.kmk: No -Werror on GCC older than 4.0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r42586 r42592  
    23062306#
    23072307ifdef VBOX_WITH_WARNINGS_AS_ERRORS
    2308  if  defined(VBOX_WITH_WARNINGS_AS_ERRORS) \
    2309   && $(VBOX_GCC_VERSION_CXX) < 40000 \
    2310   && "$(KBUILD_TARGET_ARCH)" != "x86" \
    2311   && "$(KBUILD_TARGET)" != "win"
    2312   VBOX_WITH_WARNINGS_AS_ERRORS=
    2313  else
     2308 if $(VBOX_GCC_VERSION_CXX) < 40000
    23142309  VBOX_GCC_WERR ?= -Werror
    2315   VBOX_VCC_WERR ?= -WX
    2316   VBOX_VCC_LD_WERR ?= ## @todo later also: -WX
    2317  endif
     2310 endif
     2311 VBOX_VCC_WERR ?= -WX
     2312 VBOX_VCC_LD_WERR ?= ## @todo later also: -WX
    23182313endif
    23192314
Note: See TracChangeset for help on using the changeset viewer.

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