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 04e8596 commit d214642Copy full SHA for d214642
wasm2c/wasm-rt.h
@@ -46,7 +46,7 @@ extern "C" {
46
#if WASM_RT_MEMCHECK_SIGNAL_HANDLER
47
#if defined(__linux__) || defined(__unix__) || defined(__APPLE__)
48
#if defined(__WORDSIZE) && __WORDSIZE != 64
49
-#warn "Signal handler is only supported on 64-bit architectures"
+#warning "Signal handler is only supported on 64-bit architectures"
50
#else
51
#define WASM_RT_MEMCHECK_SIGNAL_HANDLER_POSIX 1
52
#endif
0 commit comments