Skip to content

Commit d214642

Browse files
authored
Use #warning instead of #warn (#1487)
1 parent 04e8596 commit d214642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm2c/wasm-rt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extern "C" {
4646
#if WASM_RT_MEMCHECK_SIGNAL_HANDLER
4747
#if defined(__linux__) || defined(__unix__) || defined(__APPLE__)
4848
#if defined(__WORDSIZE) && __WORDSIZE != 64
49-
#warn "Signal handler is only supported on 64-bit architectures"
49+
#warning "Signal handler is only supported on 64-bit architectures"
5050
#else
5151
#define WASM_RT_MEMCHECK_SIGNAL_HANDLER_POSIX 1
5252
#endif

0 commit comments

Comments
 (0)