WaE: parameter 'size' set but not used

This commit is contained in:
David Tardon 2012-04-17 07:15:44 +02:00
parent ec4f5494da
commit ea68b1a897

View File

@ -97,7 +97,7 @@ char const* const* SunInfo::getLibraryPaths(int* size)
*size = sizeof(ar) / sizeof (char*);
return ar;
#else
size = 0;
*size = 0;
return NULL;
#endif
}