search for: warn_format_security

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

2009 May 25
1
[LLVMdev] LLVM-gcc for Ada
...t 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 'check_format_info': ../../gcc/c-format.c:1304: error: 'wa...
2009 May 25
2
[LLVMdev] LLVM-gcc for Ada
...gt;> > > 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.) >> ../../gcc/c-format.c: In function 'check_format_info'...