diff options
Diffstat (limited to 'parser_st.c')
-rw-r--r-- | parser_st.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parser_st.c b/parser_st.c index 17f669e763..c234026122 100644 --- a/parser_st.c +++ b/parser_st.c @@ -154,7 +154,8 @@ nonempty_memcpy(void *dest, const void *src, size_t n) _Pragma("GCC diagnostic push") \ _Pragma("GCC diagnostic ignored \"-Wattributes\"") \ __attribute__((__no_sanitize__(x))) y; \ - _Pragma("GCC diagnostic pop") + _Pragma("GCC diagnostic pop") \ + y #endif #ifndef NO_SANITIZE |