Snippets for lxpanel 0.11.1 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/md65carhg3wf0rgj4g37x0c57kkapyff-lxpanel-0.11.1.drv.
-
configurator.c:1164:45: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 4 [-Wformat-truncation=] 1164 | snprintf(itext, sizeof(itext), "%d", i + 1); | ^~ -
/nix/store/yip89xn7mb3mzsrj77bffxj0idz3kr1k-glib-2.88.3-dev/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
cpufreq/cpufreq.c:118:38: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'gpointer' {aka 'void *'} [-Wformat=] 118 | snprintf(sstmp, sizeof(sstmp), "%s/%s", cf->cpus->data, SCALING_AGOV); | ~^ ~~~~~~~~~~~~~~ | | | | char * gpointer {aka void *} | %p -
cpufreq/cpufreq.c:186:36: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'gpointer' {aka 'void *'} [-Wformat=] 186 | snprintf(path, sizeof(path), "%s/%s", cf->cpus->data, file); | ~^ ~~~~~~~~~~~~~~ | | | | char * gpointer {aka void *} | %p -
cpufreq/cpufreq.c:196:38: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'gpointer' {aka 'void *'} [-Wformat=] 196 | snprintf(sstmp, sizeof(sstmp), "%s/%s", cf->cpus->data, SCALING_AFREQ); | ~^ ~~~~~~~~~~~~~~ | | | | char * gpointer {aka void *} | %p -
cpufreq/cpufreq.c:307:43: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'gpointer' {aka 'void *'} [-Wformat=] 307 | snprintf(buff, sizeof(buff), "▸ %s", l->data); | ~^ ~~~~~~~ | | | | | gpointer {aka void *} | char * | %p -
cpufreq/cpufreq.c:310:43: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'gpointer' {aka 'void *'} [-Wformat=] 310 | snprintf(buff, sizeof(buff), " %s", l->data); | ~^ ~~~~~~~ | | | | | gpointer {aka void *} | char * | %p