summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMichael Brown2007-07-24 13:37:09 +0200
committerMichael Brown2007-07-24 13:37:09 +0200
commit90b5315db0071811a562d3e12df217d94f855485 (patch)
treeeadf68f508bf80f51fc7028988e256663409b82a /src/core
parentMinor debug improvement (diff)
parentChange #warning to FIXME for ns8390.c (diff)
downloadipxe-90b5315db0071811a562d3e12df217d94f855485.tar.gz
ipxe-90b5315db0071811a562d3e12df217d94f855485.tar.xz
ipxe-90b5315db0071811a562d3e12df217d94f855485.zip
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Diffstat (limited to 'src/core')
-rw-r--r--src/core/nvo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nvo.c b/src/core/nvo.c
index 8c6c9c0f2..d3cb77e7c 100644
--- a/src/core/nvo.c
+++ b/src/core/nvo.c
@@ -29,7 +29,7 @@
*
*/
-#warning "Temporary hack"
+/* FIXME: "Temporary hack" */
struct nvo_block *ugly_nvo_hack = NULL;
/**