Skip to content

Commit 70c0b64

Browse files
committed
Disabling warning -Wreturn-type to satisfy CI (This ain't correct so the reason for this behaviour shall be investigated in the near future).
1 parent 4cb330f commit 70c0b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cbor/lib/tinycbor/src/open_memstream.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ typedef size_t LenType;
4141

4242
#pragma GCC diagnostic push
4343
#pragma GCC diagnostic ignored "-Wpedantic"
44+
#pragma GCC diagnostic ignored "-Wreturn-type"
4445

4546
struct Buffer
4647
{

0 commit comments

Comments
 (0)