autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

warning with alloca.h and mingw-w64


From: Vincent Torri
Subject: warning with alloca.h and mingw-w64
Date: Tue, 1 Nov 2011 16:23:29 +0100 (CET)


Hey

I use http://www.gnu.org/software/autoconf/manual/autoconf.html#Particular-Functions

to declare alloca(). But with mingw-w64, I get that warning:

eina_prefix.c:34:0: warning: "alloca" redefined [enabled by default]
/home/torri/local/opt/mingw-w64-x86_32/bin/../lib/gcc/i686-w64-mingw32/4.7.0/../../../../i686-w64-mingw32/include/malloc.h:183:0: note: this is the location of the previous definition

the line that gives the warning is:

# define alloca __builtin_alloca

I don't know if it's important or not (it's just a warning) but i prefer telling you that there's a warning

regards

Vincent Torri



reply via email to

[Prev in Thread] Current Thread [Next in Thread]