blob: 75a5da2c2ceaaea7773ba571980b4e3540627b30 (
plain)
1
2
3
4
5
6
7
|
/* Test diagnostics for options used on their own without
-Wformat. -Wformat-contains-nul. */
/* Origin: Bruce Korb <bkorb@gnu.org> */
/* { dg-do compile } */
/* { dg-options "-Wformat-contains-nul" } */
/* { dg-warning "warning: -Wformat-contains-nul ignored without -Wformat" "ignored" { target *-*-* } 0 } */
|