commit | 5940e6593911dcace424c668a1c0934c71fccb9e | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Thu Sep 01 09:55:05 2011 +0200 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Thu Sep 01 09:55:05 2011 +0200 |
tree | 612158491814a5c9f5a6a75c95f227fc79ba9e75 | |
parent | dfa0acc8c1fc8d287c77f96ace8ac874f09c829a [diff] |
Fix "format not a string literal" warning caused by tprintf(str) * defs.h: Declare tprints(). * strace.c: Define tprints(). (tabto): Use tprints(str), since tprintf(str) was throwing a warning. * desc.c: Use tprints(str) instead of tprintf("%s", str). * file.c: Likewise. * io.c: Likewise. * net.c: Likewise. * process.c: Likewise. * signal.c: Likewise. * syscall.c: Likewise. * util.c: Likewise. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>