------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-27 
05:30 -------
Note the following warning basically says this is invalid C:
bug2.c:9: warning: passing arg 1 of `safe_function' from incompatible pointer 
type

use -pedantic-errors and you will see that it is converted to an error.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20230

Reply via email to