Snippets for apr-util 1.6.5 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/apr-util/1.6.5/1.fc45/data/logs/x86_64/build.log.
-
uri/apr_uri.c:812:33: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 812 | char *first_slash = strchr(uri, '/'); | ^~~~~~ -
crypto/apr_crypto_openssl.c:287:9: warning: 'ENGINE_finish' is deprecated: ENGINE_finish API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations] 287 | ENGINE_finish(f->config->engine); | ^~~~~~~~~~~~~ -
crypto/apr_crypto_openssl.c:288:9: warning: 'ENGINE_free' is deprecated: ENGINE_free API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations] 288 | ENGINE_free(f->config->engine); | ^~~~~~~~~~~ -
crypto/apr_crypto_openssl.c:386:9: warning: 'ENGINE_by_id' is deprecated: ENGINE_by_id API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations] 386 | config->engine = ENGINE_by_id(engine); | ^~~~~~ -
crypto/apr_crypto_openssl.c:390:9: warning: 'ENGINE_init' is deprecated: ENGINE_init API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations] 390 | if (!ENGINE_init(config->engine)) { | ^~ -
dbd/apr_dbd_odbc.c:1438:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1438 | if (!(sq = strchr(s, '\''))) | ^ -
abts.c:117:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 117 | p = strrchr(suite_name, '.'); | ^