comparison main.c @ 43:f185d1ac4db4

__dead + __printflike for clang
author Joerg Sonnenberger <joerg@bec.de>
date Sun, 31 Mar 2013 04:17:51 +0200
parents 337110e7240a
children 57e0c7a50b2d
comparison
equal deleted inserted replaced
41:ef8bedab8a4b 43:f185d1ac4db4
502 } 502 }
503 503
504 //////////////////////////////////////////////////////////// 504 ////////////////////////////////////////////////////////////
505 // complex modes 505 // complex modes
506 506
507 static 507 __dead static
508 void 508 void
509 commandline_iremap(const struct place *p, char *str) 509 commandline_iremap(const struct place *p, char *str)
510 { 510 {
511 (void)p; 511 (void)p;
512 /* XXX */ 512 /* XXX */
863 } 863 }
864 } 864 }
865 return false; 865 return false;
866 } 866 }
867 867
868 static 868 __dead static
869 void 869 void
870 usage(void) 870 usage(void)
871 { 871 {
872 fprintf(stderr, "Usage: %s [options] [infile [outfile]]\n", 872 fprintf(stderr, "Usage: %s [options] [infile [outfile]]\n",
873 getprogname()); 873 getprogname());