diff --git a/lib/api/include/irods/apiTable.hpp b/lib/api/include/irods/apiTable.hpp index ba98d13147..5e88cc0503 100644 --- a/lib/api/include/irods/apiTable.hpp +++ b/lib/api/include/irods/apiTable.hpp @@ -752,6 +752,8 @@ static irods::apidef_t client_api_table_inp[] = { "api_get_temp_password", irods::clearInStruct_noop, irods::clearOutStruct_noop, (funcPtr)CALL_GETTEMPPASSWORDOUT }, +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wdeprecated-declarations" { GENERAL_UPDATE_AN, RODS_API_VERSION, LOCAL_PRIV_USER_AUTH, LOCAL_PRIV_USER_AUTH, @@ -760,6 +762,7 @@ static irods::apidef_t client_api_table_inp[] = { "api_general_update", irods::clearInStruct_noop, irods::clearOutStruct_noop, (funcPtr)CALL_GENERALUPDATEINP }, +#pragma clang diagnostic pop { MOD_DATA_OBJ_META_AN, RODS_API_VERSION, REMOTE_USER_AUTH, REMOTE_USER_AUTH, "ModDataObjMeta_PI", 0, NULL, 0,