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:
Thiago Macieira
2024-05-01 18:29:45 -07:00
parent b768196eb5
commit 4df5e4f700
+1 -1
View File
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = parser encoder c90 cpp tojson
SUBDIRS = parser encoder cpp tojson
msvc: SUBDIRS -= tojson