X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=warning.h;h=196f43fe086efd118a02c56b809d579963a3b4f6;hb=4e6e0e20d15e96eaf0527aac168e393dea72eced;hp=ee8654ba31729160651a201278451f0dda220c3b;hpb=fe0a6efe4ca39e06a55e0bb312d0aa5a69fa34cc;p=cparser diff --git a/warning.h b/warning.h index ee8654b..196f43f 100644 --- a/warning.h +++ b/warning.h @@ -91,9 +91,7 @@ typedef struct warning_t { bool uninitialized:1; /**< Warn if an automatic variable is used without being initialized or if a variable may be clobbered by a 'setjmp' call. */ #endif bool unknown_pragmas:1; /**< Warn when a #pragma directive is encountered which is not understood */ -#if 0 // TODO bool unreachable_code:1; /**< Warn if the compiler detects that code will never be executed */ -#endif bool unused_function:1; /**< Warn whenever a static function is declared but not defined or a non-inline static function is unused */ bool unused_label:1; /**< Warn whenever a label is declared but not used */ bool unused_parameter:1; /**< Warn whenever a function parameter is unused aside from its declaration */