[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] How to suppres trigraph warning messages?
From: |
Dave Hylands |
Subject: |
Re: [avr-gcc-list] How to suppres trigraph warning messages? |
Date: |
Mon, 15 Aug 2005 12:48:51 -0700 |
Hi Bob,
If you don't find a compiler option, you could reformat your source code:
char date[] = "??" "/??" "/??";
which will compile to the same thing but has no tri-graphs.
--
Dave Hylands
Vancouver, BC, Canada
http://www.DaveHylands.com/