]> diplodocus.org Git - nmh/commitdiff
Added use of local variable user to prevent compiler warning
authorDavid Levine <david.levine@gonift.com>
Sun, 13 Mar 2016 17:11:21 +0000 (13:11 -0400)
committerDavid Levine <david.levine@gonift.com>
Sun, 13 Mar 2016 17:11:21 +0000 (13:11 -0400)
when built without OAuth2 support.

uip/send.c

index 22cdb10cf778bee0fc78f94679dcb020664ca3c6..8b64948d64e617a4306392cbf1be52be81743c69 100644 (file)
@@ -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