VirtualBox

Changeset 1828 in kBuild for trunk


Ignore:
Timestamp:
Oct 11, 2008 7:12:36 AM (16 years ago)
Author:
bird
Message:

Config.kmk: NO_ENUM_BITFILEDS when using -pedantic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r1823 r1828  
    156156 ifeq ($(USER),bird)
    157157  TEMPLATE_BIN_CFLAGS          += -Wall -Wextra -pedantic -Wno-unused-parameter
     158  TEMPLATE_BIN_DEFS            += NO_ENUM_BITFIELDS
    158159 endif
    159160 TEMPLATE_BIN_CFLAGS.profile    = -O3 -pg
     
    225226 TEMPLATE_BIN_CFLAGS            = -g
    226227 ifeq ($(USER),bird)
    227   TEMPLATE_BIN_CFLAGS          += -Wall -Wextra -pedantic -Wunused-parameter
     228  TEMPLATE_BIN_CFLAGS          += -Wall -Wextra -pedantic -Wno-unused-parameter
     229  TEMPLATE_BIN_DEFS            += NO_ENUM_BITFIELDS
    228230 endif
    229231 TEMPLATE_BIN_LDFLAGS           = -g
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