URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [format/] [sec-1.c] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test for security warning when non-literal format has no arguments. */ /* Origin: Joseph Myers <jsm28@cam.ac.uk> */ /* { dg-do compile } */ /* { dg-options "-std=gnu99 -Wformat -Wformat-security" } */ #include "format.h" void foo (char *s) { printf (s); /* { dg-warning "no format arguments" "security warning" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log