Changeset 63117 in vbox
- Timestamp:
- Aug 6, 2016 8:56:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r63115 r63117 1644 1644 # -wd4668: '_WIN32_WCE' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'/ 1645 1645 # -wd4100: 'cinfo' : unreferenced formal parameter 1646 # -wd4189: 'sz' : local variable is initialized but not referenced 1647 # -wd4132: 'xmlStringComment' : const object should be initialized 1648 # -wd4152: nonstandard extension, function/data pointer conversion in expression 1649 # -wd4702: unreachable code 1650 # -wd4057: '=' : 'xmlChar *' differs in indirection to slightly different base types from 'char *' 1651 # -wd4296: '>=' : expression is always true 1652 # -wd4389: '==' : signed/unsigned mismatch 1653 # -wd4018: '<=' : signed/unsigned mismatch 1654 # -wd4245: '=' : conversion from 'int' to 'unsigned int', signed/unsigned mismatch 1646 1655 # -wd4267: '+=' : conversion from 'size_t' to 'long', possible loss of data 1647 VBOX_VCC_NON_PEDANTIC = -wd4131 -wd4255 -wd4668 -wd4100 -wd4267 1656 # -wd4295: 'vendor_string' : array is too small to include a terminating null character 1657 VBOX_VCC_NON_PEDANTIC = -wd4131 -wd4255 -wd4668 -wd4100 -wd4189 -wd4132 -wd4152 -wd4702 -wd4057 -wd4296 -wd4389 -wd4018 -wd4245 \ 1658 -wd4267 -wd4295 1648 1659 1649 1660 ifeq ($(KBUILD_TARGET),win)
Note:
See TracChangeset
for help on using the changeset viewer.