diff options
-rw-r--r-- | www/analyzer/annotations.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html index b33b4bfcdd..2766577140 100644 --- a/www/analyzer/annotations.html +++ b/www/analyzer/annotations.html @@ -590,6 +590,7 @@ the use of preprocessor macros.</p> #else #define CLANG_ANALYZER_NORETURN #endif +#endif void my_assert_rtn(const char *, const char *, int, const char *) <span class="code_highlight">CLANG_ANALYZER_NORETURN</span>; </pre> |