Age | Commit message (Collapse) | Author |
|
|
|
for non-static functions
|
|
Clang is a bit more strict wrt format-nonliterals:
http://clang.llvm.org/docs/LanguageExtensions.html#format-string-checking
Adding these extra printf attributes also makes gcc able to find more
problems. E.g. this patch uncovers a format issue in udev-builtin-path_id.c
Some parts looked intetional about breaking the format-nonliteral check.
I added some supression for warnings there.
|
|
http://lists.freedesktop.org/archives/systemd-devel/2013-April/010510.html
|
|
A prefix ("microhttpd: ") is added to the log lines to make it easy to
distinguish the source.
|