------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09
14:34 -------
Does the following C file compile without warning?
I think this is a bug in glibc (or whos every assert.h you are using).
#include <assert.h>
void f(char *a)
{
assert(a);
}-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20393
