Modernize DEBUG macros, and make code -Wall -Werror clean
[nbd.git] / nbd-client.c
index 78e62f9..b1e2a3c 100644 (file)
@@ -320,7 +320,7 @@ int main(int argc, char *argv[]) {
        int cont=0;
        int timeout=0;
        int sdp=0;
-       int nofork=0;
+       int G_GNUC_UNUSED nofork=0; // if -dNOFORK
        u64 size64;
        u32 flags;
        int c;