code-saturne / code_saturne

code_saturne public mirror
https://www.code-saturne.org
GNU General Public License v2.0
215 stars 80 forks source link

Error in file cs_auto_flags.sh for the Clang compiler #105

Closed paspro closed 1 year ago

paspro commented 1 year ago

In file cs_auto_flags.sh, line 829 the code reads:

cxxlags_default="-Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized-Wunused"``

and it should be:

cxxflags_default="-Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wuninitialized -Wunused"

YvanFournier commented 1 year ago

Fixed in commit af8a9815 (master) and 750fad41 (v8.0).