]> gitweb.ps.run Git - ps-cgit/commitdiff
use __attribute__ to catch printf format mistakes
authorMark Lodato <lodatom@gmail.com>
Sat, 4 Sep 2010 15:09:57 +0000 (11:09 -0400)
committerMark Lodato <lodatom@gmail.com>
Sat, 4 Sep 2010 15:11:40 +0000 (11:11 -0400)
Use "__attribute__((format (printf,N,M)))", as is done in git, do catch
mistakes in printf-style format strings.

Signed-off-by: Mark Lodato <lodatom@gmail.com>

No differences found