Snippets for libee 0.4.1 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/29xx3pwfdhadawq6ad56mq941ih81fwj-libee-0.4.1.drv.
-
value.c:37:20: warning: unused parameter 'ctx' [-Wunused-parameter] 37 | ee_newValue(ee_ctx ctx) | ^ -
field.c:189:5: warning: variable 'str' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 189 | if(n == 0) { | ^~~~~~ -
primitivetype.c:128:6: warning: variable 'year' set but not used [-Wunused-but-set-variable] 128 | int year; | ^ -
primitivetype.c:134:6: warning: variable 'secfrac' set but not used [-Wunused-but-set-variable] 134 | int secfrac; /* fractional seconds (must be 32 bit!) */ | ^ -
primitivetype.c:135:6: warning: variable 'secfracPrecision' set but not used [-Wunused-but-set-variable] 135 | int secfracPrecision; | ^ -
primitivetype.c:136:7: warning: variable 'OffsetMode' set but not used [-Wunused-but-set-variable] 136 | char OffsetMode; /* UTC offset + or - */ | ^ -
primitivetype.c:261:6: warning: variable 'month' set but not used [-Wunused-but-set-variable] 261 | int month; | ^ -
primitivetype.c:497:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] 497 | long long n; | ^ -
apache_dec.c:37:21: warning: unused parameter 'ctx' [-Wunused-parameter] 37 | ee_newApache(ee_ctx ctx) | ^ -
apache_dec.c:71:25: warning: unused parameter 'ctx' [-Wunused-parameter] 71 | ee_apacheAddName(ee_ctx ctx, struct ee_apache *apache, es_str_t *name) | ^ -
apache_dec.c:156:5: warning: variable 'r' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 156 | if(i == es_strlen(str)) | ^~~~~~~~~~~~~~~~~~~ -
apache_dec.c:205:19: warning: unused variable 'value' [-Wunused-variable] 205 | struct ee_value *value; | ^~~~~ -
csv_enc.c:66:19: warning: unused parameter 'ctx' [-Wunused-parameter] 66 | ee_AddName(ee_ctx ctx, struct ee_FieldCSV *fields, es_str_t *name) | ^ -
xml_enc.c:59:7: warning: unused variable 'numbuf' [-Wunused-variable] 59 | char numbuf[4]; | ^~~~~~ -
xml_enc.c:60:6: warning: unused variable 'j' [-Wunused-variable] 60 | int j; | ^ -
xml_enc.c:40:13: warning: unused variable 'hexdigit' [-Wunused-variable] 40 | static char hexdigit[16] = | ^~~~~~~~