mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
suppress warnings
This commit is contained in:
parent
8dec9ab04b
commit
4371959621
@ -22,6 +22,15 @@ Original Author: Shay Gal-on
|
|||||||
*/
|
*/
|
||||||
#include "coremark.h"
|
#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
|
/* Function: iterate
|
||||||
Run the benchmark for a specified number of iterations.
|
Run the benchmark for a specified number of iterations.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user