summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/warn/Wwrite-strings-11.C
blob: 11ddcdbb23c02ff4a876af342ec1f602474c5cbd (plain)
1
2
3
4
5
// PR c++/79791
// { dg-do compile { target { ! c++11 } } }
// { dg-options "-pedantic-errors" }

char *s = "foo"; // { dg-warning "deprecated conversion from string constant" }