Snippets for liblangtag 0.6.7 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/liblangtag/0.6.7/8.fc45/data/logs/ppc64le/build.log.
-
lt-grandfathered-db.c:131:36: warning: '%s' directive argument is null [-Wformat-overflow=] 131 | lt_warning("No tag node: description = '%s', preferred-value = '%s'", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
lt-redundant-db.c:131:36: warning: '%s' directive argument is null [-Wformat-overflow=] 131 | lt_warning("No tag node: description = '%s', preferred-value = '%s'", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
lt-region-db.c:146:36: warning: '%s' directive argument is null [-Wformat-overflow=] 146 | lt_warning("No subtag node: description = '%s', preferred-value = '%s'", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
lt-string.c:283:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 283 | strncpy(&string->string[string->len], str, len); | ^ -
lt-xml.c:410:35: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 410 | p = strchr(pp, ':'); | ^ -
reg2xml.c:60:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 60 | fgets(buffer, 1024, fp); | ^~~~~~~~~~~~~~~~~~~~~~~ -
reg2xml.c:140:41: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 140 | fgets(&buffer[len], 1024 - len, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~