]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.cpp
Fixed a lot of warnings
[lugaru.git] / Source / MacCompatibility.cpp
index 738739d1542673b4d04d1535d13c4d80e7e21089..dca10d83bfb11b49950fbb05318e0ab1d42842d2 100644 (file)
@@ -68,7 +68,7 @@ public:
         QueryPerformanceFrequency( (LARGE_INTEGER*)&counterRate);
         QueryPerformanceCounter( (LARGE_INTEGER*)&baseCounter);
     }
-    __int64 counterRate;               // LARGE_INTEGER type has no math functions so use int64
+    __int64 counterRate; // LARGE_INTEGER type has no math functions so use int64
     __int64 baseCounter;
 };
 static AppTime g_appTime;
@@ -150,8 +150,6 @@ Duration AbsoluteDeltaToDuration( AbsoluteTime& a, AbsoluteTime& b)
 static int locateOneElement(char *buf)
 {
     char *ptr;
-    char **rc;
-    char **i;
     DIR *dirp;
 
     //if (PHYSFS_exists(buf))