Explorar el Código

just warn, don't exit on Cygwin

Waldemar Brodkorb hace 13 años
padre
commit
3e60fb80b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/adk/dkgetsz.c

+ 1 - 1
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
 }