[project @ 2000-10-12 15:33:47 by rrt]
authorrrt <unknown>
Thu, 12 Oct 2000 15:33:47 +0000 (15:33 +0000)
committerrrt <unknown>
Thu, 12 Oct 2000 15:33:47 +0000 (15:33 +0000)
#warning is not ANSI.

docs/coding-style.html

index a8f43cb..4f39cbf 100644 (file)
@@ -55,13 +55,15 @@ We use ANSI C with some extensions.  In particular, we use:
 <ul>
 <li>enum
 <li>ANSI style prototypes
-<li>#elsif, #error, #warning, ## and other cpp features
+<li>#elsif, #error, ## and other cpp features
 </ul>
 
 <p><li>
 We use the following gcc extensions (see gcc documentation):
 
 <ul>
+<p><li>#warning
+
 <p><li>zero length arrays (useful as the last field of a struct)
 
 <p><li>inline annotations on functions (see later)