Remove warning pragma since clang doesn't like it.

This commit is contained in:
Darren Tucker 2023-05-09 19:25:45 +10:00
parent 5fbb7a1349
commit baf854c8bb
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -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