]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Changed #warning to FIXME for nvo hack warning.
authorMarty Connor <mdc@etherboot.org>
Mon, 23 Jul 2007 00:52:32 +0000 (20:52 -0400)
committerMarty Connor <mdc@etherboot.org>
Mon, 23 Jul 2007 00:52:32 +0000 (20:52 -0400)
src/core/nvo.c

index 8c6c9c0f2c795bf459176dbe03515a2329df48c6..d3cb77e7c329e1e7de73847d33d2a26993ed3b76 100644 (file)
@@ -29,7 +29,7 @@
  *
  */
 
-#warning "Temporary hack"
+/* FIXME: "Temporary hack" */
 struct nvo_block *ugly_nvo_hack = NULL;
 
 /**