Remove shadowed declarations, undefined identifiers, and specify argument types where it is required. (#1601)
JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
@@ -68,7 +68,7 @@ test_setjmp_longjmp (volatile int depth)
|
||||
} /* test_setjmp_longjmp */
|
||||
|
||||
int
|
||||
main ()
|
||||
main (void)
|
||||
{
|
||||
TEST_INIT ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user