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

-Wall -Werror makes qtprotobuf depend on exact compiler and version #245

Open
pontaoski opened this issue Sep 20, 2021 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@pontaoski
Copy link

-Wall -Werror isn't an option that should be set by anyone other than developers on their own machines, as warnings aren't stable across compilers and versions.

What may be a valid program with one compiler version under -Wall -Werror fails to compile with another compiler and version. This goes both directions: older compilers than what the author developed for may take issue, and newer compilers than what the author developed for may also take issue, resulting in much pain whenever the author and user aren't using the same compiler version.

@pontaoski pontaoski added the bug Something isn't working label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants