Remove warning pragma since clang doesn't like it.
This commit is contained in:
parent
5fbb7a1349
commit
baf854c8bb
|
@ -25,9 +25,6 @@
|
|||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
||||
/* Suppress format truncation warning since we're explicitly testing that. */
|
||||
#pragma GCC diagnostic ignored "-Wformat-truncation"
|
||||
|
||||
static int failed = 0;
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue