Changeset 26282 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 5, 2010 8:50:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r26224 r26282 204 204 KBUILD_TARGET_ARCH=\"$(KBUILD_TARGET_ARCH)\" 205 205 206 # access to pPool->aPages 207 ifneq ($(KBUILD_TARGET),win) 208 PGMPool.cpp_CXXFLAGS += \ 209 $(VBOX_GCC_Wno-array_bounds) 210 endif 211 206 212 # 207 213 # The VMM DLL.
Note:
See TracChangeset
for help on using the changeset viewer.