VirtualBox

儲存庫 vbox 的更動 63117


忽略:
時間撮記:
2016-8-6 下午08:56:48 (8 年 以前)
作者:
vboxsync
訊息:

VBOX_VCC_NON_PEDANTIC updates

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/Config.kmk

    r63115 r63117  
    16441644#      -wd4668: '_WIN32_WCE' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'/
    16451645#      -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
    16461655#      -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
     1657VBOX_VCC_NON_PEDANTIC = -wd4131 -wd4255 -wd4668 -wd4100 -wd4189 -wd4132 -wd4152 -wd4702 -wd4057 -wd4296 -wd4389 -wd4018 -wd4245 \
     1658        -wd4267 -wd4295
    16481659
    16491660ifeq ($(KBUILD_TARGET),win)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette