Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
168 stars 40 forks source link

[Misc]: Fix -Wpedantic issues #422

Closed ad3154 closed 5 months ago

ad3154 commented 5 months ago

Describe your changes

Removed random extra semicolons which showed up as warnings with -Wpedantic

How has this been tested?

Tested that unit tests compile, which should be enough for this one.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

ad3154 commented 5 months ago

My bad, maybe we can make Github Actions catch these warnings somehow?

Yeah, I think we could add -Wpedantic to one of our builds to catch them as long as warnings are also caught as errors