diff options
Diffstat (limited to 'tools/adk')
-rw-r--r-- | tools/adk/dkgetsz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/adk/dkgetsz.c b/tools/adk/dkgetsz.c index fd9d07f22..b8315be70 100644 --- a/tools/adk/dkgetsz.c +++ b/tools/adk/dkgetsz.c @@ -90,6 +90,6 @@ numsecs(int fd) err(1, "ioctl DIOCGDINFO"); return ((unsigned long long)dl.d_secperunit); #else -#error PLEASE DO IMPLEMENT numsecs FOR THIS PLATFORM. +#warning PLEASE DO IMPLEMENT numsecs FOR THIS PLATFORM. #endif } |