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:
@@ -31,7 +31,7 @@
|
||||
* Unit test's main function.
|
||||
*/
|
||||
int
|
||||
main ()
|
||||
main (void)
|
||||
{
|
||||
/* int ecma_date_day (time)*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user