Skip to content

Commit

Permalink
gcc ignore
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
  • Loading branch information
matetokodi committed May 17, 2024
1 parent 882bcf9 commit 98eb03f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit-math/test-math.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ main (void)
{
#define INF INFINITY

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wliteral-range"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wliteral-range"
#include "test-math.inc.h"
#pragma clang diagnostic pop
#pragma GCC diagnostic pop

return passed ? 0 : 1;
} /* main */

0 comments on commit 98eb03f

Please sign in to comment.