summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/adk/dkgetsz.c2
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
}