This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new d8fe876da PROTON-2789: One more warning as error that needs to be 
suppressed
d8fe876da is described below

commit d8fe876da3ccd7de95e8a33e30e6de0278bfd061
Author: Andrew Stitcher <[email protected]>
AuthorDate: Wed Feb 21 14:31:13 2024 -0500

    PROTON-2789: One more warning as error that needs to be suppressed
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d66e2279..2419edd70 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -211,6 +211,7 @@ string (JOIN " " COMMON_WARNING_MSVC "/W4" "/analyze"
   "/wd6385" # Reading invalid data from 'conn->rbuffers'.
   "/wd6386" # Buffer overrun while writing to 'nargv':  the writable size is 
'_Param_(1)*_Param_(2)' bytes, but '16' bytes might be written.
   "/wd6387" # 'rbytes' could be '0':  this does not adhere to the 
specification for the function 'memcpy'.
+  "/wd6553" # The annotation for function 'CertOpenStore' on _Param_(3) does 
not apply to a value type.
 
   # warnings as error /we
   "/we26819" # Unannotated fallthrough between switch labels


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to