ipab-slmc / exotica

Extensible Optimization Framework
https://ipab-slmc.github.io/exotica
BSD 3-Clause "New" or "Revised" License
149 stars 70 forks source link

[exotica_core] Do not force -Werror for dependent projects #674

Closed wxmerkt closed 4 years ago

wxmerkt commented 4 years ago

To resolve #673. We should still introduce some of the warnings for dependent projects as they are often correlated to bugs. They can be hidden with pragmas if unfixable.

wxmerkt commented 4 years ago

@christian-rauch does this address your concern?

christian-rauch commented 4 years ago

Yes, that should prevent triggering error messages in dependant projects.