Archived
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 <thiago.macieira@intel.com>
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = parser encoder c90 cpp tojson
|
||||
SUBDIRS = parser encoder cpp tojson
|
||||
msvc: SUBDIRS -= tojson
|
||||
|
||||
Reference in New Issue
Block a user