Changeset 26529 in vbox
- Timestamp:
- Feb 15, 2010 3:58:28 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r26526 r26529 488 488 ## @{ 489 489 # For treating compiler and linker warnings as errors where possible. 490 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64 )490 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64 win.x86 win.amd64) 491 491 VBOX_WITH_WARNINGS_AS_ERRORS = 1 492 492 endif
Note:
See TracChangeset
for help on using the changeset viewer.