Skip to content

Remove extra ';' in csv.hpp#291

Merged
vincentlaucsb merged 5 commits intovincentlaucsb:masterfrom
Grufoony:patch-1
Feb 21, 2026
Merged

Remove extra ';' in csv.hpp#291
vincentlaucsb merged 5 commits intovincentlaucsb:masterfrom
Grufoony:patch-1

Conversation

@Grufoony
Copy link
Copy Markdown
Contributor

Fix the warning raised by -Wpedantic

/home/grufoony/DynamicalSystemFramework/build/_deps/csv-parser-src/single_include/csv.hpp:6794:10: warning: extra ‘;’ [-Wpedantic]
 6794 |         };
      |          ^
      |          -

@vincentlaucsb vincentlaucsb merged commit 7f7e417 into vincentlaucsb:master Feb 21, 2026
12 checks passed
@vincentlaucsb
Copy link
Copy Markdown
Owner

Thanks for bringing this to my attention. I've added -Werror and -Wpedantic to the GitHub builds so this should be flagged automatically in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants