|
PC-lint/FlexeLint Output | Reference Manual Explanation | Home Page bug557.cpp
Something's going wrong with this program. The characteristic C/C++ greeting intended for the people of earth never gets delivered. What's going wrong? bug557.cpp lint Output
--- Module: bug557.cpp
_
printf( "%y C/C++ programmers say '%s'.\n",
bug557.cpp(10) : Warning 557: unrecognized format
Reference Manual Explanation
557 unrecognized format -- The format string supplied to
printf, fprintf, sprintf, scanf, fscanf, or sscanf was not
recognized. It is neither a standard format nor is it a
user-defined format (see printf_code and scanf_code,
Section 5.7 Other Options).
If you have comments or questions about this bug, please post them to our Discussion Forum |
Previous Bug - Bug #558 - October 2002