From: Bastian Dehn Date: Thu, 21 Mar 2024 17:56:32 +0000 (+0100) Subject: fix warning for real func X-Git-Tag: v1.0.0^2~72^2~2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=7cf12f5339e27f86427d628dc2abe0b69658b937;p=sane-kds-s2000w-net.git fix warning for real func --- diff --git a/tests/kds_s2000w_read_config_tests.c b/tests/kds_s2000w_read_config_tests.c index 8df37c7..57259f5 100644 --- a/tests/kds_s2000w_read_config_tests.c +++ b/tests/kds_s2000w_read_config_tests.c @@ -4,6 +4,8 @@ #include "../src/kds_s2000w_client.h" #include "../src/kds_s2000w_config.h" +extern typeof (load_config) __real_load_config; + int __wrap_kds_s2000w_client_open_session(response* response) { return 0;