Attention is currently required from: laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/33164 )
Change subject: struct osmo_sub_auth_data: remove OSMO_DEPRECATED_OUTSIDE ......................................................................
Patch Set 1:
(1 comment)
This change is ready for review.
Commit Message:
https://gerrit.osmocom.org/c/libosmocore/+/33164/comment/11914c59_5186c179 PS1, Line 11: this attribute spams compilation logs of projects : including file <osmocom/crypt/auth.h>, even if the deprecated struct : is not used directly at all. This looks like a compiler/version specific behavior. I am not seeing these false-positive warnings with gcc v13.1.1, but there's lots of them in the build logs on Jenkins, e.g. https://jenkins.osmocom.org/jenkins/view/master/job/master-osmo-bsc/22014/a1... (grep for `Wdeprecated`).