libMesh / libmesh

libMesh github repository
http://libmesh.github.io
GNU Lesser General Public License v2.1
654 stars 286 forks source link

Use --enable-paranoid-warnings --enable-werror in all CI builds #2691

Open roystgnr opened 4 years ago

roystgnr commented 4 years ago

This will have to wait until we have proper Civet support back online, but we should do it as soon as that's the case.

As @fdkong just discovered (see https://github.com/libMesh/libmesh/pull/2662/files#r477584561 ) there are now some clever clang warnings that check for things gcc cannot... yet going through our current Civet recipes I see that we're only using --enable-paranoid-warnings --enable-werror on gcc builds.

fdkong commented 4 years ago

Thanks, Roy