From bbc404f8aeb4cec8d4d355e1491dfbd950b2fe9b Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 24 Jun 2013 04:47:15 -0700 Subject: [PATCH] Mac uninstaller: fix a compiler warning. --- mac_installer/uninstall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac_installer/uninstall.cpp b/mac_installer/uninstall.cpp index 4de528e4c5..0567dfe823 100644 --- a/mac_installer/uninstall.cpp +++ b/mac_installer/uninstall.cpp @@ -84,7 +84,7 @@ void notused() { int main(int argc, char *argv[]) { - char pathToSelf[MAXPATHLEN], *p, *q; + char pathToSelf[MAXPATHLEN], *p; ProcessSerialNumber ourPSN; FSRef ourFSRef; Boolean cancelled = false;