VirtualBox

Changeset 13044 in vbox


Ignore:
Timestamp:
Oct 7, 2008 1:03:25 PM (16 years ago)
Author:
vboxsync
Message:

filter out -Wextra -Wno-missing-field-initializers for op.S

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/Makefile.kmk

    r13008 r13044  
    408408    else echo "$(2)"; fi; )
    409409  COMPILE_OP_CMDS = \
    410     $(filter-out -fno-stack-protector, $(COMPILE_OP_CMDS_2)) \
     410    $(filter-out -fno-stack-protector -Wextra -Wno-missing-field-initializers, $(COMPILE_OP_CMDS_2)) \
    411411    $(call VBOX_RECOMPILER_OP_CHECK_CC_GCC,-fno-stack-protector)
    412412 endif
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