Fix "format not a string literal" warning
Under Ubuntu 10.04 the default compiler flags include -Wformat
and -Wformat-security which cause the above warning. In particular,
cases where "%s" was forgotten as part of the format specifier.
Fix "format not a string literal" warning Tags None Referenced Files None Subscribers None
Description
Details
|