Commit 8c7c8ece authored by OBATA Akio's avatar OBATA Akio

Problem: Fix C++ style comment usage in C source

parent 36abdf7b
...@@ -30,8 +30,10 @@ ...@@ -30,8 +30,10 @@
#include "platform.hpp" #include "platform.hpp"
#if defined (ZMQ_USE_TWEETNACL) #if defined (ZMQ_USE_TWEETNACL)
// Disable warnings for this source only, rather than for the whole /*
// codebase when building with C99 or with Microsoft's compiler Disable warnings for this source only, rather than for the whole
codebase when building with C99 or with Microsoft's compiler
*/
#if defined __GNUC__ && __STDC_VERSION__ < 201112L #if defined __GNUC__ && __STDC_VERSION__ < 201112L
# pragma GCC diagnostic ignored "-Wsign-compare" # pragma GCC diagnostic ignored "-Wsign-compare"
#elif defined _MSC_VER #elif defined _MSC_VER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment