VirtualBox

Changeset 26693 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 23, 2010 9:08:49 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57924
Message:

small Makefile cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r26526 r26693  
    207207        KBUILD_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\"
    208208
    209 # access to pPool->aPages
    210 ifneq ($(KBUILD_TARGET),win)
    211 PGMPool.cpp_CXXFLAGS += \
    212         $(VBOX_GCC_Wno-array_bounds)
    213 endif
    214 
    215209#
    216210# The VMM DLL.
     
    532526
    533527# disable annoying warnings about array subscript above array bounds in aPages[]
     528PGMPool.cpp_CXXFLAGS = $(if-expr $(KBUILD_TARGET) == "win",,$(VBOX_GCC_Wno-array_bounds))
    534529VMMAll/PGMAllPool.cpp_CXXFLAGS = $(if-expr $(KBUILD_TARGET) == "win",,$(VBOX_GCC_Wno-array_bounds))
    535530
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