2008/12/5 Mathieu Malaterre <[EMAIL PROTECTED]>:
> 'lo there,
>
>  I had my CFLAGS set to -Werror, and because of that a try compile failed 
> with:
>
[...]
> /usr/share/cmake-2.6/Modules/CheckFunctionExists.c:3: warning:
> conflicting types for built-in function 'strncasecmp'
>
>
>  Does this means strncasecmp is some kinf of function known by the
> gcc compiler ?

It should comes from  #include <string.h>
and not from gcc itself but I may be wrong...





-- 
Erk
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to