Changeset 26693 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 23, 2010 9:08:49 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r26526 r26693 207 207 KBUILD_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\" 208 208 209 # access to pPool->aPages210 ifneq ($(KBUILD_TARGET),win)211 PGMPool.cpp_CXXFLAGS += \212 $(VBOX_GCC_Wno-array_bounds)213 endif214 215 209 # 216 210 # The VMM DLL. … … 532 526 533 527 # disable annoying warnings about array subscript above array bounds in aPages[] 528 PGMPool.cpp_CXXFLAGS = $(if-expr $(KBUILD_TARGET) == "win",,$(VBOX_GCC_Wno-array_bounds)) 534 529 VMMAll/PGMAllPool.cpp_CXXFLAGS = $(if-expr $(KBUILD_TARGET) == "win",,$(VBOX_GCC_Wno-array_bounds)) 535 530
Note:
See TracChangeset
for help on using the changeset viewer.