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
My IAR C++ compiler (EWARM8.40) issues a remark on constructs such as (void)0:
Remark[Pa137]: use of C-style cast [...]
Of course, this can be silenced in a doctest-trampoline header, but so far, it is the only remark that needs this.
I'd like to point out this feature of doctest: it is really silent warning/remark-wise! :-)
My IAR C++ compiler (EWARM8.40) issues a remark on constructs such as
(void)0
:Of course, this can be silenced in a doctest-trampoline header, but so far, it is the only remark that needs this.
I'd like to point out this feature of doctest: it is really silent warning/remark-wise! :-)
Pull-request #425 should fix that.
The text was updated successfully, but these errors were encountered: