fix more warnings

This commit is contained in:
Johann Dreo 2020-04-28 16:37:48 +02:00
commit 8ad56f7ad3
9 changed files with 26 additions and 25 deletions

View file

@ -16,7 +16,7 @@ double f (const Particle & _particle)
return (-sum);
}
int main_function(int argc, char **argv)
int main_function(int /*argc*/, char **/*argv*/)
{
const unsigned POP_SIZE = 6, VEC_SIZE = 2, NEIGHBORHOOD_SIZE=2;