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
|
@ -32,7 +32,7 @@
|
||||||
#include <test.h>
|
#include <test.h>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int main (int argc, char** argv)
|
int main (int, char**)
|
||||||
{
|
{
|
||||||
UnitTest t (1036);
|
UnitTest t (1036);
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include <FS.h>
|
#include <FS.h>
|
||||||
#include <test.h>
|
#include <test.h>
|
||||||
|
|
||||||
int main (int argc, char** argv)
|
int main (int, char**)
|
||||||
{
|
{
|
||||||
UnitTest t (108);
|
UnitTest t (108);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue