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
fix: resolve char/u_char pointer-sign warnings in libopendmarc test suite (#427)
make check surfaces the same -Wpointer-sign warnings as the main build
once libmilter/libspf2 are on the include path. Also corrects
test_dmarc_fetch.c, which declared opendmarc_policy_fetch_ruf/rua's
return value as u_char * instead of the actual u_char ** (caught as
-Wincompatible-pointer-types).
0 commit comments