[BACK]Return to decl.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/decl.c between version 1.56 and 1.57

version 1.56, 2013/04/19 17:43:05 version 1.57, 2013/04/19 18:51:14
Line 425  tdeferr(type_t *td, tspec_t t)
Line 425  tdeferr(type_t *td, tspec_t t)
                         return (td);                          return (td);
                 }                  }
                 break;                  break;
                 /* LINTED (enumeration values not handled in switch) */                  /* LINTED206: (enumeration values not handled in switch) */
         case NOTSPEC:          case NOTSPEC:
         case USHORT:          case USHORT:
         case UCHAR:          case UCHAR:
Line 2878  chkusage(dinfo_t *di)
Line 2878  chkusage(dinfo_t *di)
         sym_t   *sym;          sym_t   *sym;
         int     mklwarn;          int     mklwarn;
   
         /* for this warnings LINTED has no effect */          /* for this warning LINTED has no effect */
         mklwarn = lwarn;          mklwarn = lwarn;
         lwarn = LWARN_ALL;          lwarn = LWARN_ALL;
   

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

CVSweb <webmaster@jp.NetBSD.org>