old declaration may be NULL
[cparser] / warning.h
index 71d9a88..9edd8fb 100644 (file)
--- a/warning.h
+++ b/warning.h
@@ -42,8 +42,8 @@ typedef struct warning_t {
        bool missing_noreturn:1;              /**< Warn about functions which might be candidates for attribute 'noreturn' */
 #endif
        bool missing_prototypes:1;            /**< Warn if a global function is defined without a previous prototype declaration */
-#if 0 // TODO
        bool multichar:1;                     /**< Warn if a multicharacter constant ('FOOF') is used. */
+#if 0 // TODO
        bool nested_externs:1;                /**< Warn if an 'extern' declaration is encountered within a function */
        bool packed:1;                        /**< Warn if a structure is given the packed attribute, but the packed attribute has no effect on the layout or size of the structure */
        bool padded:1;                        /**< Warn if padding is included in a structure, either to align an element of the structure or to align the whole structure */