aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/no-warning.c
blob: 9b71d72223978905b2bdcb15749131775e740c32 (plain)
1
2
3
4
5
6
7
8
/* APPLE LOCAL file -Wno-#warnings */

/* { dg-do compile } */
/* { dg-options "-Wno-#warnings" } */

#warning "suppress this warning"

int a;