|
![]() Click on image to see enlargment |
|
PC-lint/FlexeLint Output | Reference Manual Explanation | Home bug719.cpp
The message being produced by this program is being distorted because of a programming bug. Can you spot the problem? bug719.cpp lint Output
--- Module: bug719.cpp
_
);
bug719.cpp(20) : Info 719: Too many arguments for format (1 too many)
Reference Manual Explanation
719 Too many arguments for format (Integer too many) -- The
number of arguments to a function in the printf/scanf family
was more than what is specified in the format. This message
is similar to Warning 558, which alerts users to situations
in which there were too few arguments for the format. It
receives a lighter Informational classification because the
additional arguments are simply ignored.
If you have comments or questions about this bug, please post them to our Discussion Forum |
Previous Bug - Bug #1776 - May 2005