...
In gcc-4.3.3, when the above compliant solution is used and foo(3)
is called, gcc will complain the following, which alerts programmer the misuse of the function interface.
...
...
In gcc-4.3.3, when the above compliant solution is used and foo(3)
is called, gcc will complain the following, which alerts programmer the misuse of the function interface.
...