Skip to content

Commit 4df5e4f

Browse files
Tests: disable the C90 test
We don't support this any more. ``` ../../src/cbor.h:255:69: error: '_Bool' is a C99 extension [-Werror,-Wc99-extensions] CBOR_INLINE_API CborError cbor_encode_boolean(CborEncoder *encoder, bool value) ^ ``` Signed-off-by: Thiago Macieira <[email protected]>
1 parent b768196 commit 4df5e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TEMPLATE = subdirs
2-
SUBDIRS = parser encoder c90 cpp tojson
2+
SUBDIRS = parser encoder cpp tojson
33
msvc: SUBDIRS -= tojson

0 commit comments

Comments
 (0)