儲存庫 vbox 的更動 63117
- 時間撮記:
- 2016-8-6 下午08:56:48 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器