Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
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" }
}