Pressio / pressio

core C++ library
Other
45 stars 7 forks source link

add `-Wall -Werror` #646

Closed fnrizzi closed 11 months ago

fnrizzi commented 11 months ago

@cz4rs can you please help me out with this? I like to add the Wall Werror flags to the CI, but need to find a way to limit the flags to pressio only (if the TPL triggers things with this, not our fault). so that the CI fails for these only if they occur due to pressio

cz4rs commented 11 months ago

@fnrizzi Done. I have also enabled the same flags for Trilinos workflow.