GCC doesn't recognise
-Wno-error=incompatible-pointer-types-discards-qualifiers.
Remove it and just fix the error instead: our pam_message does not have
a const msg member.
Differential D51575
pam_krb5: fix the GCC build ivy on Sun, Jul 27, 5:16 PM. Authored by Tags None Referenced Files
Details
GCC doesn't recognise Remove it and just fix the error instead: our pam_message does not have
Diff Detail
Event TimelineComment Actions according to https://lists.freebsd.org/archives/dev-commits-src-all/2025-May/055576.html,
Comment Actions We can sort out whether this code should exist separately; this change seems reasonable given that it does currently exist in the tree. |