Skip to content

Commit 2ba0f70

Browse files
committed
Remove redundant pragma clang
Clang honors pragma GCC so specifying is is redundant (and with the right flags GCC somewhat rudely whines about it.)
1 parent 1c1c88c commit 2ba0f70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cbor_serialize_test.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
// cbor_serialize_alloc
9-
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
109
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
1110

1211
#include <math.h>

0 commit comments

Comments
 (0)