handlr: args is not used, suppress warning - geomyidae - A small C-based gopherd.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 38fbc5e6f24914eb7f76ee9ea9c06b4ffd6a64ca
 (DIR) parent 1901d9ec87e4a4d9fe4caf5196011f9a8d1674e1
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 24 Oct 2015 18:57:21 +0200
       
       handlr: args is not used, suppress warning
       
       Signed-off-by: Christoph Lohmann <20h@r-36.net>
       
       Diffstat:
         handlr.c                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/handlr.c b/handlr.c
       @@ -29,6 +29,7 @@ handledir(int sock, char *path, char *port, char *base, char *args,
                struct stat st;
                filetype *type;
        
       +        USED(args);
                USED(sear);
        
                pa = gstrdup(path);