]> git.ipfire.org Git - thirdparty/strongswan.git/commit
tnc-imv: Add missing argument to IMV recommendations constructor
authorTobias Brunner <tobias@strongswan.org>
Fri, 10 Jan 2025 14:43:11 +0000 (15:43 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 10 Jan 2025 17:53:57 +0000 (18:53 +0100)
commit227d7ef9a24b8c62d6965c1c1690252bde7c698d
tree51490d90694c11c0c45e3b1a481c74c67a66ed51
parentf1f0bd9de60e2697a712e72b7ae9f79763a0901d
tnc-imv: Add missing argument to IMV recommendations constructor

This avoids the following warning/error:

tnc_imv_manager.c:244:39: error: passing arguments to 'tnc_imv_recommendations_create' without a prototype is deprecated in all versions of C and is not supported in C23 [-Werror,-Wdeprecated-non-prototype]
  244 |         return tnc_imv_recommendations_create(this->imvs);
      |                                              ^
src/libtnccs/plugins/tnc_imv/tnc_imv_recommendations.h