This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
An unexpected warning (trigraph)
- To: gcc at gcc dot gnu dot org
- Subject: An unexpected warning (trigraph)
- From: Ryszard Kabatek <Ryszard dot Kabatek at softax dot pl>
- Date: Wed, 23 May 2001 12:09:21 +0200
- Reply-To: Ryszard dot Kabatek at softax dot pl
Hi.
In the sample below I get the folowing warnings
with gcc version 3.0 20010514 (prerelease).
g++ -Wall x.cc
x.cc:3:24: warning: trigraph ??> ignored
x.cc: In function `int main()':
x.cc:3: warning: unused variable `const char*str'
int main()
{
const char* str = "<???>";
}
I'm wondering about the trigraph warning.
Regards
--
Ryszard Kabatek
Tel. (Softax) +48 (22) 517 38 31