diff options
author | wtc%google.com <devnull@localhost> | 2009-03-23 18:43:25 +0000 |
---|---|---|
committer | wtc%google.com <devnull@localhost> | 2009-03-23 18:43:25 +0000 |
commit | 614e9975e32879a75cc1f6c07c6e6440c4935dc5 (patch) | |
tree | f55234ec5f4e55a9691faa3189829b882dfc7f5d | |
parent | 742735d4909974800f6de4ba2edf46c334529c6c (diff) | |
download | nss-hg-614e9975e32879a75cc1f6c07c6e6440c4935dc5.tar.gz |
Bug 469944: document what warning 4047 is.
-rw-r--r-- | security/coreconf/WIN32.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/coreconf/WIN32.mk b/security/coreconf/WIN32.mk index 576cc435f..dd41f4cd6 100644 --- a/security/coreconf/WIN32.mk +++ b/security/coreconf/WIN32.mk @@ -328,6 +328,7 @@ endif # 4033: 'function' must return a value # 4035: 'function' : no return value # 4045: 'identifier' : array bounds overflow +# 4047: 'function' : 'type 1' differs in levels of indirection from 'type 2' # 4053: one void operand for '?:' # 4054: 'conversion' : from function pointer 'type1' to data pointer 'type2' # 4059: pascal string too big, length byte is length % 256 |