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
C library check: silence warnings about GNU-style line markers
Clang 15 complains about GNU-style line markers (`# <number>` instead of
`#line <number>`), which we don't need to do anything about.
Fixes: diffblue#7525
0 commit comments