You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently lots of warnings due to implicit conversions. These need to be checked and fixed. A lot of the solution will be to use auto liberally!
There are currently lots of warnings due to implicit conversions. These need to be checked and fixed. A lot of the solution will be to use
auto
liberally!These flags will be key:
./configure --enable-debug=yes CPPFLAGS='-Wall -W -Weffc++ -Wconversion'
The text was updated successfully, but these errors were encountered: