sparse / gcc-2.95 / -pedantic fixes
Not everybody has access to the latest and greatest compilers. git-svn-id: https://svn.musicpd.org/mpd/trunk@4595 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
+2
-1
@@ -415,6 +415,7 @@ static void killFromPidFile(char *cmd, int killOption)
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
Options options;
|
||||
clock_t start;
|
||||
|
||||
closeAllFDs();
|
||||
|
||||
@@ -477,7 +478,7 @@ int main(int argc, char *argv[])
|
||||
freeAllInterfaces();
|
||||
closeAllListenSockets();
|
||||
|
||||
clock_t start = clock();
|
||||
start = clock();
|
||||
closeMp3Directory();
|
||||
DEBUG("closeMp3Directory took %f seconds\n",
|
||||
((float)(clock()-start))/CLOCKS_PER_SEC);
|
||||
|
||||
Reference in New Issue
Block a user