mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Test: Eliminated compiler warnings
This commit is contained in:
parent
841cce1370
commit
cf0dc2c77d
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <FS.h>
|
||||
#include <test.h>
|
||||
|
||||
int main (int argc, char** argv)
|
||||
int main (int, char**)
|
||||
{
|
||||
UnitTest t (108);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue