We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac3d3b commit 9ebacb7Copy full SHA for 9ebacb7
libc/integral/c.inc
@@ -6,6 +6,12 @@
6
#define COSMOPOLITAN_CXX_USING_
7
#endif
8
9
+#ifndef __cplusplus
10
+#pragma GCC diagnostic warning "-Wimplicit-function-declaration"
11
+#pragma GCC diagnostic warning "-Wincompatible-pointer-types"
12
+#pragma GCC diagnostic warning "-Wint-conversion"
13
+#endif
14
+
15
#if !defined(__GNUC__) && __cplusplus + 0 >= 201103L
16
#define typeof(x) decltype(x)
17
#elif !defined(__GNUC__) && __STDC_VERSION__ + 0 < 201112
0 commit comments