Recently (last day or so), I get this warning from gcc 10.2: ----- hba.c:3160:18: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (auth_method < 0 || USER_AUTH_LAST < auth_method) ~~~~~~~~~~~ ^ ~ 1 warning generated. -----
Erik