X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=warning.h;h=74bfd102a64a492ac3d3f6afc65d0158d3a9e66b;hb=3def71f59901789159be20bfdc806fb0fb1b6375;hp=1d3acf8b7237829487778b0333fbd416f4bf2431;hpb=d6b73cf5a5ea248432191eda4f1ee63c49140f6b;p=cparser diff --git a/warning.h b/warning.h index 1d3acf8..74bfd10 100644 --- a/warning.h +++ b/warning.h @@ -56,7 +56,6 @@ typedef enum warning_t { WARN_FORMAT, /**< Check printf-style format strings */ WARN_IMPLICIT_FUNCTION_DECLARATION, /**< Warn whenever a function is used before being declared */ WARN_IMPLICIT_INT, /**< Warn when a declaration does not specify a type */ - WARN_INIT_SELF, /**< Warn about uninitialized variables which are initialized with themselves. */ #if 0 // TODO WARN_INLINE, /**< Warn if a function can not be inlined and it was declared as inline */ WARN_INT_TO_POINTER_CAST, /**< Warn if cast from integer to pointer of different size. */