From: David Levine Date: Sun, 13 Mar 2016 17:11:21 +0000 (-0400) Subject: Added use of local variable user to prevent compiler warning X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/5d9eedef4716c92b4bf2be70c894f2f86cef2040?ds=inline;hp=-c Added use of local variable user to prevent compiler warning when built without OAuth2 support. --- 5d9eedef4716c92b4bf2be70c894f2f86cef2040 diff --git a/uip/send.c b/uip/send.c index 22cdb10c..8b64948d 100644 --- a/uip/send.c +++ b/uip/send.c @@ -263,6 +263,7 @@ main (int argc, char **argv) adios (NULL, "missing argument to %s", argp[-2]); oauth_svc = cp; #else + NMH_UNUSED (user); NMH_UNUSED (oauth_svc); adios (NULL, "not built with OAuth support"); #endif