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:
@@ -84,7 +84,7 @@ check_double (const char *expr, double computed, double expected)
|
||||
} /* check_double */
|
||||
|
||||
int
|
||||
main ()
|
||||
main (void)
|
||||
{
|
||||
#define INF INFINITY
|
||||
#include "test-libm.inc.h"
|
||||
|
||||
Reference in New Issue
Block a user