aboutsummaryrefslogtreecommitdiffstats
path: root/ws_diag_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'ws_diag_control.h')
-rw-r--r--ws_diag_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ws_diag_control.h b/ws_diag_control.h
index b865b8c186..52799f540b 100644
--- a/ws_diag_control.h
+++ b/ws_diag_control.h
@@ -182,7 +182,7 @@ extern "C" {
DIAG_OFF(shorten-64-to-32) \
DIAG_OFF(unreachable-code)
#define DIAG_ON_FLEX \
- DIAG_OFF(unreachable-code) \
+ DIAG_ON(unreachable-code) \
DIAG_ON(shorten-64-to-32) \
DIAG_ON(sign-compare)
#else