search for: set_wformat

Displaying 2 results from an estimated 2 matches for "set_wformat".

Did you mean: set_format
2009 May 25
1
[LLVMdev] LLVM-gcc for Ada
...o compile Ada. But I'm having a few problems. First thing I did was install gnat 2007. In the bin directory there is a gcc version 4.1. So I think that these versions are good for Ada. Now when I ran make I get an error that for me it seams very weird. ../../gcc/c-format.c: In function 'set_Wformat': ../../gcc/c-format.c:48: error: 'warn_format_security' undeclared (first use in this function) ../../gcc/c-format.c:48: error: (Each undeclared identifier is reported only once ../../gcc/c-format.c:48: error: for each function it appears in.) ../../gcc/c-format.c: In function 'c...
2009 May 25
2
[LLVMdev] LLVM-gcc for Ada
...> >> I'm trying to build LLVM-gcc to compile Ada. >> > > excellent! > > But I'm having a few problems. > > Oops :( > > >> Now when I ran make I get an error that for me it seams very weird. >> >> ../../gcc/c-format.c: In function 'set_Wformat': >> ../../gcc/c-format.c:48: error: 'warn_format_security' undeclared (first >> use in this function) >> ../../gcc/c-format.c:48: error: (Each undeclared identifier is reported >> only once >> ../../gcc/c-format.c:48: error: for each function it appears in...