Task #635 - kf6-kcodecs-6.3.0-1.fc41/scan-results.err

back to task #635
download
Error: COMPILER_WARNING:
kf6-kcodecs-6.3.0-build/kcodecs-6.3.0/src/kcharsets.cpp:14: included_from: Included from here.
kf6-kcodecs-6.3.0-build/kcodecs-6.3.0/src/kentities.gperf: scope_hint: In static member function ‘static const entity* KCodecsEntities::kde_findEntity(const char*, size_t)’
kf6-kcodecs-6.3.0-build/kcodecs-6.3.0/src/kentities.gperf:408:10: warning[-Wzero-as-null-pointer-constant]: zero as null pointer constant

Error: COMPILER_WARNING (CWE-9001):
kf6-kcodecs-6.3.0-build/kcodecs-6.3.0/src/probers/LangBulgarianModel.cpp:148:39: warning[-Wattributes]: ‘visibility’ attribute ignored
#  148 | const SequenceModel KCODECS_NO_EXPORT Latin5BulgarianModel = {Latin5_BulgarianCharToOrderMap, BulgarianLangModel, (float)0.969392, false, "ISO-8859-5"};
#      |                                       ^~~~~~~~~~~~~~~~~~~~
#  146|   };
#  147|   
#  148|-> const SequenceModel KCODECS_NO_EXPORT Latin5BulgarianModel = {Latin5_BulgarianCharToOrderMap, BulgarianLangModel, (float)0.969392, false, "ISO-8859-5"};
#  149|   
#  150|   const SequenceModel KCODECS_NO_EXPORT Win1251BulgarianModel = {win1251BulgarianCharToOrderMap, BulgarianLangModel, (float)0.969392, false, "windows-1251"};

Error: COMPILER_WARNING (CWE-9001):
kf6-kcodecs-6.3.0-build/kcodecs-6.3.0/src/probers/LangBulgarianModel.cpp:150:39: warning[-Wattributes]: ‘visibility’ attribute ignored
#  150 | const SequenceModel KCODECS_NO_EXPORT Win1251BulgarianModel = {win1251BulgarianCharToOrderMap, BulgarianLangModel, (float)0.969392, false, "windows-1251"};
#      |                                       ^~~~~~~~~~~~~~~~~~~~~
#  148|   const SequenceModel KCODECS_NO_EXPORT Latin5BulgarianModel = {Latin5_BulgarianCharToOrderMap, BulgarianLangModel, (float)0.969392, false, "ISO-8859-5"};
#  149|   
#  150|-> const SequenceModel KCODECS_NO_EXPORT Win1251BulgarianModel = {win1251BulgarianCharToOrderMap, BulgarianLangModel, (float)0.969392, false, "windows-1251"};
#  151|   }