Skip to content

sw: Fix warnings in compilation #135

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 14, 2024
Merged

sw: Fix warnings in compilation #135

merged 10 commits into from
May 14, 2024

Conversation

colluca
Copy link
Collaborator

@colluca colluca commented May 7, 2024

Adds additional fixes to #134.

Also definitively removes the custom math library, which was only required as a patch against the FP-int inconsistency, which has been fixed in #90.

@colluca colluca mentioned this pull request May 7, 2024
@colluca colluca changed the title Fix warnings in compilation sw: Fix warnings in compilation May 7, 2024
zero9178 and others added 10 commits May 14, 2024 14:29
Compiling the file would previously emit ```
warning: missing terminating '"' character [-Winvalid-pp-token]
```
due to what I assume is a mistake introduced through some auto formatter. Multi line strings are actually illegal in C and Clang and GCC are simply kind enough to only emit a warning. The C does however implicitly concatenate two string literals appearing next to each other producing the intended result.
@colluca colluca merged commit cd53d8b into main May 14, 2024
27 checks passed
@colluca colluca deleted the fix-warnings branch May 14, 2024 13:18
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