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
Ah indeed it was a quirk I had to workaround - that I've obviously paged completely out of my head and should have commented more closely. I'll try an necro my reasoning and fix this.
I'm facing the issue, that I have problems when I do NULL checks for opaque types:
clang-17 works here, but if I compile with gcc-13 I get the following error:
Out of curiousity: Why is
typeof(x + 0)
instead oftypeof(x)
used here? - It looks like some compiler quirk that you wanted to workaroundThe text was updated successfully, but these errors were encountered: