Test: Eliminated compiler warnings

This commit is contained in:
Paul Beckingham 2015-10-12 15:05:39 -04:00
parent 841cce1370
commit cf0dc2c77d
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
#include <FS.h>
#include <test.h>
int main (int argc, char** argv)
int main (int, char**)
{
UnitTest t (108);