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
I think the linked picture says it all. I have a 6326 reported on line 1788 of format.h (2.0). On that line I see bool fm:internal::check(bool value) whose intent is to suppress bogus "conditional expression is constant". But it looks like "potential comparison of a constant with another constant" is emitted instead.
The attached partial print-screen shows the warning reported and the format.h line 1788 in context.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. The make_arg_list function has been dropped from the current development version (master branch) so you should no longer get this warning.
It is my understanding that I can for now safely ignore this warning. Am I right? (I'll test the master branch separately, but I'd like to release some code based on the 'released' code in between). Safe according to you?
Since there is no make_arg_list any more I'm going to close this, but feel free to reopen (or open another issue) if you get a similar warning elsewhere.
I think the linked picture says it all. I have a 6326 reported on line 1788 of format.h (2.0). On that line I see bool fm:internal::check(bool value) whose intent is to suppress bogus "conditional expression is constant". But it looks like "potential comparison of a constant with another constant" is emitted instead.
The attached partial print-screen shows the warning reported and the format.h line 1788 in context.
The text was updated successfully, but these errors were encountered: