[BACK]Return to err.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / xlint / lint1

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/xlint/lint1/err.c between version 1.36 and 1.36.2.1

version 1.36, 2008/04/27 01:45:04 version 1.36.2.1, 2008/09/18 04:29:27
Line 382  const char *msgs[] = {
Line 382  const char *msgs[] = {
         "({ }) is a GCC extension",                                   /* 320 */          "({ }) is a GCC extension",                                   /* 320 */
         "array initializer with designators is a C9X feature",        /* 321 */          "array initializer with designators is a C9X feature",        /* 321 */
         "zero sized array is a C99 extension",                        /* 322 */          "zero sized array is a C99 extension",                        /* 322 */
           "continue in 'do ... while (0)' loop",                        /* 323 */
           "suggest cast from '%s' to '%s' on op %s to avoid overflow",  /* 324 */
 };  };
   
 /*  /*

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.36.2.1

CVSweb <webmaster@jp.NetBSD.org>