Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
write-strings-default.C
blob: 063b303f66039a2108602f768e5645277b628388 [
file
] [
log
] [
blame
]
// { dg-do compile }
// Test the default for -Wwrite-strings
int
main
()
{
char
*
p
=
"Asgaard"
;
// { dg-warning "deprecated|forbids converting a string constant" }
}