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
With g++ 7.2.0 we have compiler warnings such as /home/mathieu/GITall/GIT/Satisfiability/minisat/minisat/utils/Options.h:285:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf(stderr, "%4"PRIi64, range.begin);
Could this be addressed?
The text was updated successfully, but these errors were encountered:
With g++ 7.2.0 we have compiler warnings such as
/home/mathieu/GITall/GIT/Satisfiability/minisat/minisat/utils/Options.h:285:29: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] fprintf(stderr, "%4"PRIi64, range.begin);
Could this be addressed?
The text was updated successfully, but these errors were encountered: