Skip to content

Commit

Permalink
suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Feb 28, 2024
1 parent 8dec9ab commit 4371959
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions benchmark/coremark_port/core_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ Original Author: Shay Gal-on
*/
#include "coremark.h"

#if defined(__clang__)
# pragma clang diagnostic ignored "-Wunknown-warning-option"
# pragma clang diagnostic ignored "-Wreserved-identifier"
# pragma clang diagnostic ignored "-Wconditional-uninitialized"
# pragma clang diagnostic ignored "-Wsign-conversion"
# pragma clang diagnostic ignored "-Wimplicit-int-conversion"
#endif


/* Function: iterate
Run the benchmark for a specified number of iterations.
Expand Down

0 comments on commit 4371959

Please sign in to comment.