Changeset 26297 in vbox
- Timestamp:
- Feb 5, 2010 3:42:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r26281 r26297 484 484 ## @{ 485 485 # For treating compiler and linker warnings as errors where possible. 486 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux. amd64) ## @todo linux.x86486 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64) 487 487 VBOX_WITH_WARNINGS_AS_ERRORS = 1 488 488 endif
Note:
See TracChangeset
for help on using the changeset viewer.