diff options
| author | Marty Connor | 2007-07-23 02:52:32 +0200 |
|---|---|---|
| committer | Marty Connor | 2007-07-23 02:52:32 +0200 |
| commit | 767a3cef7732e0b89a8a98387bcbfb3ce033b679 (patch) | |
| tree | dbf49ac9c176ecb17c12050b7fef72efa78e47bd | |
| parent | Add NIC to targets that are always made. (diff) | |
| download | ipxe-767a3cef7732e0b89a8a98387bcbfb3ce033b679.tar.gz ipxe-767a3cef7732e0b89a8a98387bcbfb3ce033b679.tar.xz ipxe-767a3cef7732e0b89a8a98387bcbfb3ce033b679.zip | |
Changed #warning to FIXME for nvo hack warning.
| -rw-r--r-- | src/core/nvo.c | 2 |
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; /** |
