Snippets for wsjtx 3.0.2 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/8v1hy1azlzn9hxx8nlg42jm6la0d8ygc-wsjtx-3.0.2.drv.
-
/build/source/lib/qra/q65/q65.h:116:17: warning: '_q65_mask' declared 'static' but never defined [-Wunused-function] 116 | static void _q65_mask(const qracode *pcode, float *ix, const int *mask, const int *x); | ^~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:162:21: warning: comparison is always true due to limited range of data type [-Wtype-limits] 162 | if( (nc >= 0) & (nc <= 9) ) { | ^~ -
/build/source/lib/wsprd/wsprd_utils.c:182:17: warning: comparison is always true due to limited range of data type [-Wtype-limits] 182 | if( (nc >= 0) & (nc <= 9) ) { | ^~ -
/build/source/lib/wsprd/wsprd_utils.c:176:9: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 176 | strncat(call,"/",1); | ^~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:185:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 185 | strncat(call,"/",1); | ^~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:191:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 191 | strncat(call,"/",1); | ^~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:198:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 198 | strncat(call,"/",1); | ^~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:275:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 275 | strncat(call_loc_pow," ",1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:277:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 277 | strncat(call_loc_pow," ",1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:293:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 293 | strncat(call_loc_pow," ",1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:329:9: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 329 | strncat(call_loc_pow," ",1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:331:9: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=] 331 | strncat(call_loc_pow," ",1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:199:13: warning: 'strncat' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 199 | strncat(call,pfx,2); | ^~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:192:13: warning: 'strncat' output truncated before terminating nul copying 1 byte from a string of the same length [-Wstringop-truncation] 192 | strncat(call,pfx,1); | ^~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:186:13: warning: 'strncat' output truncated before terminating nul copying 1 byte from a string of the same length [-Wstringop-truncation] 186 | strncat(call,pfx,1); | ^~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:177:9: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 177 | strncat(call,tmpcall,strlen(tmpcall)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:328:9: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 328 | strncat(call_loc_pow,callsign,strlen(callsign)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:330:9: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 330 | strncat(call_loc_pow,grid6,strlen(grid6)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:332:9: warning: 'strncat' output may be truncated copying 2 bytes from a string of length 3 [-Wstringop-truncation] 332 | strncat(call_loc_pow,cdbm,2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:274:13: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 274 | strncat(call_loc_pow,callsign,strlen(callsign)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:276:13: warning: 'strncat' output may be truncated copying 4 bytes from a string of length 4 [-Wstringop-truncation] 276 | strncat(call_loc_pow,grid,4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:278:13: warning: 'strncat' output may be truncated copying 2 bytes from a string of length 3 [-Wstringop-truncation] 278 | strncat(call_loc_pow,cdbm,2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:292:13: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] 292 | strncat(call_loc_pow,callsign,strlen(callsign)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/lib/wsprd/wsprd_utils.c:294:13: warning: 'strncat' output may be truncated copying 2 bytes from a string of length 3 [-Wstringop-truncation] 294 | strncat(call_loc_pow,cdbm,2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/map65/libm65/init_rs.c:38:14: warning: comparison of unsigned expression in '< 0' is always false [-Wtype-limits] 38 | if(symsize < 0 || symsize > (int)(8*sizeof(DTYPE))) | ^ -
/build/source/map65/libm65/tmoonsub.c:361:26: warning: unused parameter 'day' [-Wunused-parameter] 361 | void illumination(double day, double lra, double ldec, double dr, double sra, double sdec, double *pabl, double *ill) { | ~~~~~~~^~~ -
/build/source/map65/libm65/tmoonsub.c:449:61: warning: unused parameter 'r' [-Wunused-parameter] 449 | void equatorial(double d, double *lon, double *lat, double *r) { | ~~~~~~~~^ -
/build/source/map65/libm65/tmoonsub.c:465:59: warning: unused parameter 'r' [-Wunused-parameter] 465 | void ecliptic(double d, double *lon, double *lat, double *r) { | ~~~~~~~~^ -
/build/source/map65/libm65/ptt_unix.c:27:13: warning: 'ptt_log' defined but not used [-Wunused-function] 27 | static void ptt_log(const char *fmt, ...) | ^~~~~~~ -
/build/source/lib/wsprcode/nhash.c:225:21: warning: variable 'k8' set but not used [-Wunused-but-set-variable] 225 | const uint8_t *k8; | ^~