Skip to content
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

Fix compiler warnings #413

Merged
merged 3 commits into from
May 15, 2023
Merged

Conversation

UnixY2K
Copy link
Contributor

@UnixY2K UnixY2K commented Apr 1, 2023

Fix several compiler warnings

fixed several warnings that come from #406, most of the warnings are not harmful but it is better to fix them

  • removed the #pragma message inside SQLiteCppExport.h as it showed as a warning
  • removed SQLITECPP_API inside cpp files as it will be ignored and show a warning instead
  • [meson only] check if stack protection is supported before adding the flag for it

this should fix #412

@SRombauts SRombauts self-assigned this May 15, 2023
@SRombauts SRombauts merged commit 5e6ef45 into SRombauts:master May 15, 2023
@SRombauts
Copy link
Owner

Hey @ninjaoflight, for some reason I was certain I had already merged this one.
I am sorry, and thank you again for all your work!

@UnixY2K UnixY2K deleted the fix-visibility-warning branch June 17, 2023 15:23
@SRombauts SRombauts changed the title Fix compiler warnings warning Fix compiler warnings Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting ‘visibility’ attribute ignored warnings
2 participants