Fixed mingw build warnings

This commit is contained in:
Andrey Kamaev
2012-06-20 17:57:26 +00:00
parent 988c405f79
commit e94e5866a1
11 changed files with 166 additions and 131 deletions

View File

@@ -20,7 +20,7 @@
#endif
#if !defined(HAVE_CUDA)
int main( int argc, const char** argv )
int main( int, const char** )
{
std::cout << "Please compile the library with CUDA support" << std::endl;
return -1;