We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065e5ad commit 4066941Copy full SHA for 4066941
src/util/pragma_wconversion.def
@@ -0,0 +1,6 @@
1
+#if defined __clang__
2
+#elif defined __GNUC__
3
+#elif defined _MSC_VER
4
+ #pragma warning(disable:4267)
5
+ #pragma warning(disable:4244)
6
+#endif
0 commit comments