From: Alan T. DeKok Date: Fri, 17 May 2024 14:46:18 +0000 (-0400) Subject: define enough things to shut up compiler X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84f23e5c63c9a093f35b2144c511c46cdb1ea27c;p=thirdparty%2Ffreeradius-server.git define enough things to shut up compiler --- diff --git a/src/lib/unlang/mod_action.h b/src/lib/unlang/mod_action.h index 6d6234ba0a..ac78e6c39c 100644 --- a/src/lib/unlang/mod_action.h +++ b/src/lib/unlang/mod_action.h @@ -40,7 +40,13 @@ typedef enum { MOD_ACTION_RETURN = -1, MOD_ACTION_REJECT = -2, MOD_ACTION_RETRY = -3, + MOD_PRIORITY_MIN = 0, + MOD_PRIORITY_1 = 1, + MOD_PRIORITY_2 = 2, + MOD_PRIORITY_3 = 3, + MOD_PRIORITY_4 = 4, + /* * If ubsan or the compiler complains * about the missing enum values we'll