Changeset 16959 in vbox
- Timestamp:
- Feb 19, 2009 9:14:25 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43124
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r16957 r16959 1595 1595 $(APPEND) '$@' 'VBOX_GCC_LIBGCC ?= $(shell $(TOOL_$(VBOX_GCC_TOOL)_CC) -print-libgcc-file-name)' 1596 1596 $(APPEND) '$@' 'VBOX_GCC_Wno-pointer-sign ?= $(call VBOX_GCC_CHECK_CC,-Wno-pointer-sign,)' 1597 $(APPEND) '$@' 'VBOX_GCC_Wno-array_bounds ?= $(call VBOX_GCC_CHECK_CC,-Wno-array-bounds,)' 1597 1598 # -Wextra produces additional useful warnings but includes -Wno-missing-field-initializers (too noisy) 1598 1599 $(APPEND) '$@' 'VBOX_GCC_Wextra ?= $(call VBOX_GCC_CHECK_CC,-Wextra,)' -
trunk/src/VBox/VMM/Makefile.kmk
r16344 r16959 472 472 VMMR0/PGMR0DynMap.cpp 473 473 474 # disable annoying warnings about array subscript above array bounds in aPages[] 475 VMMAll/PGMAllPool.cpp_CXXFLAGS = $(if-expr $(KBUILD_TARGET) == "win",,$(VBOX_GCC_Wno-array_bounds)) 474 476 475 477 ifeq ($(VBOX_LDR_FMT),pe)
Note:
See TracChangeset
for help on using the changeset viewer.