Snippets for stress-ng 0.22.00 from Alpine x86
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86/community/stress-ng/stress-ng-0.22.00-r0.log.
-
/usr/include/sys/cdefs.h:4:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp] 4 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated | ^~~~~~~ -
stress-ng.c:2421:26: warning: variable 'c_total' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 2421 | uint64_t c_total = 0; | ^~~~~~~ -
stress-ng.c:2580:40: warning: variable 'counter' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 2580 | const uint64_t counter = stats->counter_total; | ^~~~~~~ -
core-builtin.h:35:41: warning: '__builtin_memset' forming offset 16384 is out of the bounds [0, 16384] of object 'buf' with type 'char[16384]' [-Warray-bounds=] 35 | #define shim_memset(s, c, n) __builtin_memset((s), (c), (n)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~