We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4c0e22 + 0e3958a commit 5cd87c1Copy full SHA for 5cd87c1
src/util/pragma_wzero_length_array.def
@@ -3,4 +3,5 @@
3
#elif defined __GNUC__
4
#pragma GCC diagnostic ignored "-Wpedantic" // no specific ZLA warning in GCC
5
#elif defined _MSC_VER
6
+ #pragma warning(disable:4200)
7
#endif
0 commit comments