PJK / libcbor

CBOR protocol implementation for C
MIT License
332 stars 95 forks source link

Remove no-op pragma clang lines #321

Open brooksdavis opened 4 months ago

brooksdavis commented 4 months ago

Description

The two uses of #pragma clang in the tree don't do anything and cause GCC to whine about unknown pragmas in some cases so remove them.

Noticed the push when trying to build FreeBSD and it's embedded copy of libcbor with GCC 13.

I've not updated the CHANGELOG as these commits don't have any functional effect.

Checklist

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (a0582ab) to head (2ba0f70).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #321 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 20 20 Lines 1658 1658 ========================================= Hits 1658 1658 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.