On Fri, Dec 5, 2008 at 12:12 PM, Eric Noulard <[EMAIL PROTECTED]> wrote: > 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...
Ok that's a builtin function since gcc 4.1 (at least). http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Other-Builtins.html -- Mathieu _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake