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

fixed some compiler warnings #44

Closed
wants to merge 1 commit into from
Closed

fixed some compiler warnings #44

wants to merge 1 commit into from

Conversation

LnnrtS
Copy link

@LnnrtS LnnrtS commented Jul 19, 2017

Hello,
I am starting to use the etl library on an cortex-m4 target with gcc.
There are some compiler warnings that I fixed. There are probably more of them in the whole code but I just fixed what I came across so far. With this pull request I want to find out if you are interested in having those warnings fixed and if you like this style.
Those are the relevant warnings.

  • Wsuggest-override
  • Wshadow
  • Wnon-virtual-dtor

I know that those warnings could be safely ignored for these specific cases but as this is a template library it should build cleanly no matter what warnings are enabled in the application code using it.

@jwellbelove
Copy link
Contributor

Your changes have broken the build.
You have added C++11 features. This library is intended to be compatible with C++03
You have modified the master branch.. Please push changes to a new or the development branch.

@LnnrtS
Copy link
Author

LnnrtS commented Jul 19, 2017

Yeah, seen that :(
Are you in general interested in fixing those warnings? If yes, I would set up msbuild and do it properly

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