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

Add compiler warnings specification levels. #7

Open
dpkristensen opened this issue Dec 24, 2018 · 0 comments
Open

Add compiler warnings specification levels. #7

dpkristensen opened this issue Dec 24, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dpkristensen
Copy link
Owner

dpkristensen commented Dec 24, 2018

Allow a package to describe a generic level of robustness to warnings in "classes" of compilers.

Compiler classes may include but are not limited to:

  • arm
  • msvc
  • gcc

Warning levels per class are:

  • None (default)
  • Minimal
  • Full

Whether the build system uses this information, or how is up to the implementation of the build system.

Exceptions can be allowed as well for specific packages or groups of packages:

  • Add checking for a specific warning (Basic)
  • Remove checking for a specific warning (Full)

Should also let the system configure the tool chain settings itself instead of using default options. Maybe default settings is something that has to be loaded?

@dpkristensen dpkristensen added enhancement New feature or request help wanted Extra attention is needed labels Dec 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant