Snippets for amanda 3.5.4 from Fedora aarch64
Sourced from https://kojipkgs.fedoraproject.org/packages/amanda/3.5.4/25.fc45/data/logs/aarch64/build.log.
-
match.c:1106:9: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 1106 | strncpy(mylevelexp, levelexp, strlen(levelexp)); | ^ -
/usr/include/glib-2.0/glib/ghash.h:175:30: warning: argument 2 null where non-null expected [-Wnonnull] 175 | #define g_str_equal(v1, v2) (strcmp ((const char *) (v1), (const char *) (v2)) == 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
ssh-security.c:398:13: warning: cast between incompatible function types from ‘void (*)(pid_t, gint, void *)’ {aka ‘void (*)(int, int, void *)’} to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type] 398 | (GSourceFunc)ssh_child_watch_callback, rc, NULL); | ^ -
security-util.c:1477:5: warning: ‘__strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-truncation] 1477 | strncpy(&buf[14], pwd->pw_name, (16 + strlen(pwd->pw_name) - 14)); | ^ -
/usr/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))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
amutil.c:1808:9: warning: ignoring return value of ‘setuid’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1808 | setuid(0); | ^~~~~~~~~ -
event-test.c:610:32: warning: cast between incompatible function types from ‘void (*)(pid_t, gint, void *)’ {aka ‘void (*)(int, int, void *)’} to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type] 610 | g_source_set_callback(src, (GSourceFunc)test_child_watch_callback, | ^ -
event-test.c:631:33: warning: cast between incompatible function types from ‘void (*)(pid_t, gint, void *)’ {aka ‘void (*)(int, int, void *)’} to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type] 631 | g_source_set_callback(src2, (GSourceFunc)test_child_watch_callback, | ^ -
/usr/include/bits/stdio2.h:313:12: warning: argument 1 is null but the corresponding size argument 2 value is 1024 [-Wnonnull] 313 | return __fgets_alias (__s, __n, __stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
conffile.c:5969:7: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 5969 | p = strchr(element, '='); | ^ -
dest-fd.c:99:13: warning: cast between incompatible function types from ‘void (*)(XferDestFdClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 99 | (GClassInitFunc) class_init, | ^ -
dest-fd.c:104:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 104 | (GInstanceInitFunc) instance_init, | ^ -
dest-directtcp-listen.c:102:13: warning: cast between incompatible function types from ‘void (*)(XferDestDirectTCPListenClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 102 | (GClassInitFunc) class_init, | ^ -
dest-directtcp-connect.c:124:13: warning: cast between incompatible function types from ‘void (*)(XferDestDirectTCPConnectClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 124 | (GClassInitFunc) class_init, | ^ -
source-random.c:169:13: warning: cast between incompatible function types from ‘void (*)(XferSourceRandomClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 169 | (GClassInitFunc) class_init, | ^ -
source-random.c:174:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 174 | (GInstanceInitFunc) instance_init, | ^ -
filter-crc.c:244:13: warning: cast between incompatible function types from ‘void (*)(XferFilterCrcClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 244 | (GClassInitFunc) class_init, | ^ -
filter-crc.c:249:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 249 | (GInstanceInitFunc) instance_init, | ^ -
dest-null.c:180:13: warning: cast between incompatible function types from ‘void (*)(XferDestNullClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 180 | (GClassInitFunc) class_init, | ^ -
dest-buffer.c:205:13: warning: cast between incompatible function types from ‘void (*)(XferDestBufferClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 205 | (GClassInitFunc) class_init, | ^ -
filter-xor.c:221:13: warning: cast between incompatible function types from ‘void (*)(XferFilterXorClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 221 | (GClassInitFunc) class_init, | ^ -
filter-xor.c:226:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 226 | (GInstanceInitFunc) instance_init, | ^ -
dest-application.c:237:13: warning: cast between incompatible function types from ‘void (*)(pid_t, gint, void *)’ {aka ‘void (*)(int, int, void *)’} to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type] 237 | (GSourceFunc)child_watch_callback, self, NULL); | ^ -
dest-application.c:345:13: warning: cast between incompatible function types from ‘void (*)(XferDestApplicationClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 345 | (GClassInitFunc) class_init, | ^ -
dest-application.c:350:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 350 | (GInstanceInitFunc) instance_init, | ^ -
filter-process.c:223:13: warning: cast between incompatible function types from ‘void (*)(pid_t, gint, void *)’ {aka ‘void (*)(int, int, void *)’} to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type] 223 | (GSourceFunc)child_watch_callback, self, NULL); | ^ -
filter-process.c:329:13: warning: cast between incompatible function types from ‘void (*)(XferFilterProcessClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 329 | (GClassInitFunc) class_init, | ^ -
filter-process.c:334:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 334 | (GInstanceInitFunc) instance_init, | ^ -
source-fd.c:91:13: warning: cast between incompatible function types from ‘void (*)(XferSourceFdClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 91 | (GClassInitFunc) class_init, | ^ -
source-file.c:112:13: warning: cast between incompatible function types from ‘void (*)(XferSourceFileClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 112 | (GClassInitFunc) class_init, | ^ -
source-file.c:117:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 117 | (GInstanceInitFunc) instance_init, | ^ -
source-directtcp-connect.c:131:13: warning: cast between incompatible function types from ‘void (*)(XferSourceDirectTCPConnectClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 131 | (GClassInitFunc) class_init, | ^ -
source-directtcp-connect.c:136:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 136 | (GInstanceInitFunc) instance_init, | ^ -
source-shm-ring.c:93:13: warning: cast between incompatible function types from ‘void (*)(XferSourceShmRingClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 93 | (GClassInitFunc) class_init, | ^ -
source-directtcp-listen.c:111:13: warning: cast between incompatible function types from ‘void (*)(XferSourceDirectTCPListenClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 111 | (GClassInitFunc) class_init, | ^ -
source-directtcp-listen.c:116:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 116 | (GInstanceInitFunc) instance_init, | ^ -
source-pattern.c:209:13: warning: cast between incompatible function types from ‘void (*)(XferSourcePatternClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 209 | (GClassInitFunc) class_init, | ^ -
source-pattern.c:214:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 214 | (GInstanceInitFunc) instance_init, | ^ -
xfer-test.c:148:13: warning: cast between incompatible function types from ‘void (*)(XferSourceReadfdClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 148 | (GClassInitFunc) source_readfd_class_init, | ^ -
xfer-test.c:246:13: warning: cast between incompatible function types from ‘void (*)(XferSourceWritefdClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 246 | (GClassInitFunc) source_writefd_class_init, | ^ -
xfer-test.c:348:13: warning: cast between incompatible function types from ‘void (*)(XferSourcePushClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 348 | (GClassInitFunc) source_push_class_init, | ^ -
xfer-test.c:444:13: warning: cast between incompatible function types from ‘void (*)(XferSourcePullClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 444 | (GClassInitFunc) source_pull_class_init, | ^ -
xfer-test.c:566:13: warning: cast between incompatible function types from ‘void (*)(XferSourceListenClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 566 | (GClassInitFunc) source_listen_class_init, | ^ -
xfer-test.c:719:13: warning: cast between incompatible function types from ‘void (*)(XferSourceConnectClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 719 | (GClassInitFunc) source_connect_class_init, | ^ -
xfer-test.c:828:13: warning: cast between incompatible function types from ‘void (*)(XferDestReadfdClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 828 | (GClassInitFunc) dest_readfd_class_init, | ^ -
xfer-test.c:950:13: warning: cast between incompatible function types from ‘void (*)(XferDestWritefdClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 950 | (GClassInitFunc) dest_writefd_class_init, | ^ -
xfer-test.c:1048:13: warning: cast between incompatible function types from ‘void (*)(XferDestPushClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 1048 | (GClassInitFunc) dest_push_class_init, | ^ -
xfer-test.c:1147:13: warning: cast between incompatible function types from ‘void (*)(XferDestPullClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 1147 | (GClassInitFunc) dest_pull_class_init, | ^ -
xfer-test.c:1292:13: warning: cast between incompatible function types from ‘void (*)(XferDestListenClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 1292 | (GClassInitFunc) dest_listen_class_init, | ^ -
xfer-test.c:1413:13: warning: cast between incompatible function types from ‘void (*)(XferDestConnectClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 1413 | (GClassInitFunc) dest_connect_class_init, | ^ -
xfer-test.c:1473:32: warning: cast between incompatible function types from ‘void (*)(void *, XMsg *, Xfer *)’ to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type] 1473 | g_source_set_callback(src, (GSourceFunc)test_xfer_generic_callback, NULL, NULL); | ^ -
xfer-test.c:1532:32: warning: cast between incompatible function types from ‘void (*)(void *, XMsg *, Xfer *)’ to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type] 1532 | g_source_set_callback(src, (GSourceFunc)test_xfer_generic_callback, NULL, NULL); | ^ -
xfer-test.c:1592:32: warning: cast between incompatible function types from ‘void (*)(void *, XMsg *, Xfer *)’ to ‘gboolean (*)(void *)’ {aka ‘int (*)(void *)’} [-Wcast-function-type] 1592 | g_source_set_callback(src, (GSourceFunc)test_xfer_generic_callback, NULL, NULL); | ^ -
xfer-element.c:244:13: warning: cast between incompatible function types from ‘void (*)(XferElementClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 244 | (GClassInitFunc) xfer_element_class_init, | ^ -
xfer-element.c:249:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 249 | (GInstanceInitFunc) xfer_element_init, | ^ -
element-glue.c:2508:13: warning: cast between incompatible function types from ‘void (*)(XferElementGlueClass *)’ {aka ‘void (*)(struct XferElementGlueClass_ *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 2508 | (GClassInitFunc) class_init, | ^ -
element-glue.c:2513:13: warning: cast between incompatible function types from ‘void (*)(XferElementGlue *)’ {aka ‘void (*)(struct XferElementGlue_ *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 2513 | (GInstanceInitFunc) instance_init, | ^ -
xfer.c:579:26: warning: cast between incompatible function types from ‘GSourceFunc’ {aka ‘int (*)(void *)’} to ‘void (*)(void *, struct XMsg *, Xfer *)’ [-Wcast-function-type] 579 | XMsgCallback my_cb = (XMsgCallback)callback; | ^ -
amndma_tape_simulator.c:195:33: warning: variable ‘cur_pos’ set but not used [-Wunused-but-set-variable=] 195 | off_t cur_pos; | ^~~~~~~ -
amndma_tape_simulator.c:206:33: warning: variable ‘cur_pos’ set but not used [-Wunused-but-set-variable=] 206 | off_t cur_pos; | ^~~~~~~ -
amndma_tape_simulator.c:231:33: warning: unused variable ‘rc’ [-Wunused-variable] 231 | int rc; | ^~ -
amndma_tape_simulator.c:292:33: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 292 | int rc; | ^~ -
amndma_tape_simulator.c:291:33: warning: variable ‘prev_size’ set but not used [-Wunused-but-set-variable=] 291 | u_long prev_size; | ^~~~~~~~~ -
amndma_tape_simulator.c:347:33: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 347 | int rc; | ^~ -
/usr/include/glib-2.0/glib/gmacros.h:993:55: warning: division ‘sizeof (char **) / sizeof (char *)’ does not compute the number of array elements [-Wsizeof-pointer-div] 993 | #define G_N_ELEMENTS(arr) (sizeof (arr) / sizeof ((arr)[0])) | ^ -
ndma_comm_session.c:206:13: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] 206 | g_thread_init(NULL); | ^~~~~~~~~~~~~ -
ndma_comm_session.c:207:13: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 207 | g_thread_create(exit_on_stdin_eof_thread, NULL, FALSE, NULL); | ^~~~~~~~~~~~~~~ -
ndma_cops_robot.c:266:33: warning: variable ‘dst_addr’ set but not used [-Wunused-but-set-variable=] 266 | int dst_addr; | ^~~~~~~~ -
ndma_ctrl_conn.c:52:33: warning: variable ‘err’ set but not used [-Wunused-but-set-variable=] 52 | char * err; | ^~~ -
ndmlib.h:372:26: warning: variable ‘reply’ set but not used [-Wunused-but-set-variable=] 372 | TYPE##_reply * reply; \ | ^~~~~ -
ndmlib.h:384:26: warning: variable ‘reply’ set but not used [-Wunused-but-set-variable=] 384 | TYPE##_reply * reply; \ | ^~~~~ -
ndma_ctst_data.c:95:35: warning: variable ‘save_call’ set but not used [-Wunused-but-set-variable=] 95 | int (*save_call) (struct ndmconn *conn, | ^~~~~~~~~ -
ndma_ctrl_media.c:327:33: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 327 | int rc; | ^~ -
ndma_ctst_mover.c:132:35: warning: variable ‘save_call’ set but not used [-Wunused-but-set-variable=] 132 | int (*save_call) (struct ndmconn *conn, | ^~~~~~~~~ -
ndmlib.h:426:26: warning: variable ‘reply’ set but not used [-Wunused-but-set-variable=] 426 | TYPE##_reply * reply; \ | ^~~~~ -
ndmlib.h:433:26: warning: variable ‘reply’ set but not used [-Wunused-but-set-variable=] 433 | TYPE##_reply * reply; \ | ^~~~~ -
ndmlib.h:425:26: warning: variable ‘request’ set but not used [-Wunused-but-set-variable=] 425 | TYPE##_request * request; \ | ^~~~~~~ -
ndmlib.h:439:26: warning: variable ‘request’ set but not used [-Wunused-but-set-variable=] 439 | TYPE##_request * request; \ | ^~~~~~~ -
ndma_comm_dispatch.c:2950:33: warning: variable ‘lev’ set but not used [-Wunused-but-set-variable=] 2950 | int lev; | ^~~ -
ndma_comm_dispatch.c:2567:25: warning: ‘mover_connect_common34’ declared ‘static’ but never defined [-Wunused-function] 2567 | static int mover_connect_common34 (struct ndm_session *sess, | ^~~~~~~~~~~~~~~~~~~~~~ -
ndma_robot_simulator.c:388:15: warning: unused variable ‘p’ [-Wunused-variable] 388 | char *p; | ^ -
ndma_robot_simulator.c:387:13: warning: unused variable ‘response_len’ [-Wunused-variable] 387 | int response_len; | ^~~~~~~~~~~~ -
ndma_robot_simulator.c:386:15: warning: unused variable ‘response’ [-Wunused-variable] 386 | char *response; | ^~~~~~~~ -
ndma_robot_simulator.c:385:24: warning: unused variable ‘cdb’ [-Wunused-variable] 385 | unsigned char *cdb = (unsigned char *)request->cdb.cdb_val; | ^~~ -
ndma_robot_simulator.c:183:95: warning: ‘__snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] 183 | snprintf(es->pvoltag, sizeof(es->pvoltag), "PTAG%02XXX ", i); | ^ -
ndma_robot_simulator.c:184:95: warning: ‘__snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] 184 | snprintf(es->avoltag, sizeof(es->avoltag), "ATAG%02XXX ", i); | ^ -
ndma_robot_simulator.c:201:48: warning: ‘/state’ directive output may be truncated writing 6 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 201 | snprintf(filename, sizeof filename, "%s/state", sess->robot_acb.sim_dir); | ^~~~~~ -
ndma_robot_simulator.c:262:65: warning: ‘/slot’ directive output may be truncated writing 5 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 262 | snprintf(src_filename, sizeof(src_filename), "%s/slot%d", | ^~~~~ -
ndma_robot_simulator.c:258:65: warning: ‘/drive’ directive output may be truncated writing 6 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 258 | snprintf(src_filename, sizeof(src_filename), "%s/drive%d", | ^~~~~~ -
ndma_robot_simulator.c:254:65: warning: ‘/ie’ directive output may be truncated writing 3 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 254 | snprintf(src_filename, sizeof(src_filename), "%s/ie%d", | ^~~ -
ndma_robot_simulator.c:279:67: warning: ‘/slot’ directive output may be truncated writing 5 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 279 | snprintf(dest_filename, sizeof(dest_filename), "%s/slot%d", | ^~~~~ -
ndma_robot_simulator.c:275:67: warning: ‘/drive’ directive output may be truncated writing 6 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 275 | snprintf(dest_filename, sizeof(dest_filename), "%s/drive%d", | ^~~~~~ -
ndma_robot_simulator.c:271:67: warning: ‘/ie’ directive output may be truncated writing 3 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 271 | snprintf(dest_filename, sizeof(dest_filename), "%s/ie%d", | ^~~ -
ndma_robot_simulator.c:325:39: warning: ‘.pos’ directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 325 | snprintf(pos, sizeof(pos), "%s.pos", src_filename); | ^~~~ -
ndma_robot_simulator.c:327:39: warning: ‘.pos’ directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 327 | snprintf(pos, sizeof(pos), "%s.pos", dest_filename); | ^~~~ -
ndma_robot_simulator.c:225:48: warning: ‘/state’ directive output may be truncated writing 6 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 225 | snprintf(filename, sizeof filename, "%s/state", sess->robot_acb.sim_dir); | ^~~~~~ -
wraplib.c:1365:33: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable=] 1365 | int rc; | ^~ -
ndml_nmb.c:94:41: warning: comparison between ‘ndmp4_error’ and ‘enum ndmp4_data_halt_reason’ [-Wenum-compare] 94 | header->error_code == NDMP4_DATA_HALT_SUCCESSFUL) || | ^~ -
ndml_nmb.c:96:41: warning: comparison between ‘ndmp4_error’ and ‘enum ndmp4_mover_halt_reason’ [-Wenum-compare] 96 | header->error_code == NDMP4_MOVER_HALT_CONNECT_CLOSED)) { | ^~ -
ndmp0_xdr.c:12:27: warning: unused variable ‘buf’ [-Wunused-variable] 12 | register int32_t *buf; | ^~~ -
ndmp0_xdr.c:22:27: warning: unused variable ‘buf’ [-Wunused-variable] 22 | register int32_t *buf; | ^~~ -
ndmp0_xdr.c:32:27: warning: unused variable ‘buf’ [-Wunused-variable] 32 | register int32_t *buf; | ^~~ -
ndmp0_xdr.c:42:27: warning: unused variable ‘buf’ [-Wunused-variable] 42 | register int32_t *buf; | ^~~ -
ndmp0_xdr.c:62:27: warning: unused variable ‘buf’ [-Wunused-variable] 62 | register int32_t *buf; | ^~~ -
ndmp0_xdr.c:72:27: warning: unused variable ‘buf’ [-Wunused-variable] 72 | register int32_t *buf; | ^~~ -
ndmp0_xdr.c:82:27: warning: unused variable ‘buf’ [-Wunused-variable] 82 | register int32_t *buf; | ^~~ -
ndmp0_xdr.c:92:27: warning: unused variable ‘buf’ [-Wunused-variable] 92 | register int32_t *buf; | ^~~ -
ndmp2_translate.c:883:25: warning: variable ‘n_error’ set but not used [-Wunused-but-set-variable=] 883 | int n_error = 0; | ^~~~~~~ -
ndmp2_translate.c:950:25: warning: variable ‘n_error’ set but not used [-Wunused-but-set-variable=] 950 | int n_error = 0; | ^~~~~~~ -
ndmp2_xdr.c:15:27: warning: unused variable ‘buf’ [-Wunused-variable] 15 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:27:27: warning: unused variable ‘buf’ [-Wunused-variable] 27 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:39:27: warning: unused variable ‘buf’ [-Wunused-variable] 39 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:49:27: warning: unused variable ‘buf’ [-Wunused-variable] 49 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:59:27: warning: unused variable ‘buf’ [-Wunused-variable] 59 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:69:27: warning: unused variable ‘buf’ [-Wunused-variable] 69 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:79:27: warning: unused variable ‘buf’ [-Wunused-variable] 79 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:89:27: warning: unused variable ‘buf’ [-Wunused-variable] 89 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:109:27: warning: unused variable ‘buf’ [-Wunused-variable] 109 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:119:27: warning: unused variable ‘buf’ [-Wunused-variable] 119 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:129:27: warning: unused variable ‘buf’ [-Wunused-variable] 129 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:139:27: warning: unused variable ‘buf’ [-Wunused-variable] 139 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:153:13: warning: unused variable ‘i’ [-Wunused-variable] 153 | int i; | ^ -
ndmp2_xdr.c:151:27: warning: unused variable ‘buf’ [-Wunused-variable] 151 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:164:27: warning: unused variable ‘buf’ [-Wunused-variable] 164 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:188:27: warning: unused variable ‘buf’ [-Wunused-variable] 188 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:198:27: warning: unused variable ‘buf’ [-Wunused-variable] 198 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:208:27: warning: unused variable ‘buf’ [-Wunused-variable] 208 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:230:27: warning: unused variable ‘buf’ [-Wunused-variable] 230 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:240:27: warning: unused variable ‘buf’ [-Wunused-variable] 240 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:252:27: warning: unused variable ‘buf’ [-Wunused-variable] 252 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:273:27: warning: unused variable ‘buf’ [-Wunused-variable] 273 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:283:27: warning: unused variable ‘buf’ [-Wunused-variable] 283 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:295:27: warning: unused variable ‘buf’ [-Wunused-variable] 295 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:305:27: warning: unused variable ‘buf’ [-Wunused-variable] 305 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:318:27: warning: unused variable ‘buf’ [-Wunused-variable] 318 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:328:27: warning: unused variable ‘buf’ [-Wunused-variable] 328 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:340:27: warning: unused variable ‘buf’ [-Wunused-variable] 340 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:350:27: warning: unused variable ‘buf’ [-Wunused-variable] 350 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:360:27: warning: unused variable ‘buf’ [-Wunused-variable] 360 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:370:27: warning: unused variable ‘buf’ [-Wunused-variable] 370 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:386:27: warning: unused variable ‘buf’ [-Wunused-variable] 386 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:402:27: warning: unused variable ‘buf’ [-Wunused-variable] 402 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:412:27: warning: unused variable ‘buf’ [-Wunused-variable] 412 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:422:27: warning: unused variable ‘buf’ [-Wunused-variable] 422 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:493:27: warning: unused variable ‘buf’ [-Wunused-variable] 493 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:511:27: warning: unused variable ‘buf’ [-Wunused-variable] 511 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:521:27: warning: unused variable ‘buf’ [-Wunused-variable] 521 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:531:27: warning: unused variable ‘buf’ [-Wunused-variable] 531 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:541:27: warning: unused variable ‘buf’ [-Wunused-variable] 541 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:553:27: warning: unused variable ‘buf’ [-Wunused-variable] 553 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:563:27: warning: unused variable ‘buf’ [-Wunused-variable] 563 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:656:27: warning: unused variable ‘buf’ [-Wunused-variable] 656 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:666:27: warning: unused variable ‘buf’ [-Wunused-variable] 666 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:678:27: warning: unused variable ‘buf’ [-Wunused-variable] 678 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:690:27: warning: unused variable ‘buf’ [-Wunused-variable] 690 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:700:27: warning: unused variable ‘buf’ [-Wunused-variable] 700 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:712:27: warning: unused variable ‘buf’ [-Wunused-variable] 712 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:722:27: warning: unused variable ‘buf’ [-Wunused-variable] 722 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:734:27: warning: unused variable ‘buf’ [-Wunused-variable] 734 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:744:27: warning: unused variable ‘buf’ [-Wunused-variable] 744 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:754:27: warning: unused variable ‘buf’ [-Wunused-variable] 754 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:764:27: warning: unused variable ‘buf’ [-Wunused-variable] 764 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:774:27: warning: unused variable ‘buf’ [-Wunused-variable] 774 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:784:27: warning: unused variable ‘buf’ [-Wunused-variable] 784 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:814:27: warning: unused variable ‘buf’ [-Wunused-variable] 814 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:824:27: warning: unused variable ‘buf’ [-Wunused-variable] 824 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:836:27: warning: unused variable ‘buf’ [-Wunused-variable] 836 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:856:27: warning: unused variable ‘buf’ [-Wunused-variable] 856 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:868:27: warning: unused variable ‘buf’ [-Wunused-variable] 868 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:880:27: warning: unused variable ‘buf’ [-Wunused-variable] 880 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:890:27: warning: unused variable ‘buf’ [-Wunused-variable] 890 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:900:27: warning: unused variable ‘buf’ [-Wunused-variable] 900 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:912:27: warning: unused variable ‘buf’ [-Wunused-variable] 912 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:922:27: warning: unused variable ‘buf’ [-Wunused-variable] 922 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:932:27: warning: unused variable ‘buf’ [-Wunused-variable] 932 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:942:27: warning: unused variable ‘buf’ [-Wunused-variable] 942 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:952:27: warning: unused variable ‘buf’ [-Wunused-variable] 952 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:964:27: warning: unused variable ‘buf’ [-Wunused-variable] 964 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:974:27: warning: unused variable ‘buf’ [-Wunused-variable] 974 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:984:27: warning: unused variable ‘buf’ [-Wunused-variable] 984 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:994:27: warning: unused variable ‘buf’ [-Wunused-variable] 994 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1004:27: warning: unused variable ‘buf’ [-Wunused-variable] 1004 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1014:27: warning: unused variable ‘buf’ [-Wunused-variable] 1014 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1042:27: warning: unused variable ‘buf’ [-Wunused-variable] 1042 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1057:27: warning: unused variable ‘buf’ [-Wunused-variable] 1057 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1067:27: warning: unused variable ‘buf’ [-Wunused-variable] 1067 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1083:27: warning: unused variable ‘buf’ [-Wunused-variable] 1083 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1101:27: warning: unused variable ‘buf’ [-Wunused-variable] 1101 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1111:27: warning: unused variable ‘buf’ [-Wunused-variable] 1111 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1121:27: warning: unused variable ‘buf’ [-Wunused-variable] 1121 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1131:27: warning: unused variable ‘buf’ [-Wunused-variable] 1131 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1141:27: warning: unused variable ‘buf’ [-Wunused-variable] 1141 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1151:27: warning: unused variable ‘buf’ [-Wunused-variable] 1151 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1164:27: warning: unused variable ‘buf’ [-Wunused-variable] 1164 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1176:27: warning: unused variable ‘buf’ [-Wunused-variable] 1176 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1186:27: warning: unused variable ‘buf’ [-Wunused-variable] 1186 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1200:27: warning: unused variable ‘buf’ [-Wunused-variable] 1200 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1212:27: warning: unused variable ‘buf’ [-Wunused-variable] 1212 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1224:27: warning: unused variable ‘buf’ [-Wunused-variable] 1224 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1236:27: warning: unused variable ‘buf’ [-Wunused-variable] 1236 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1246:27: warning: unused variable ‘buf’ [-Wunused-variable] 1246 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1256:27: warning: unused variable ‘buf’ [-Wunused-variable] 1256 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1268:27: warning: unused variable ‘buf’ [-Wunused-variable] 1268 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1282:27: warning: unused variable ‘buf’ [-Wunused-variable] 1282 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1292:27: warning: unused variable ‘buf’ [-Wunused-variable] 1292 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1393:27: warning: unused variable ‘buf’ [-Wunused-variable] 1393 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1405:27: warning: unused variable ‘buf’ [-Wunused-variable] 1405 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1416:27: warning: unused variable ‘buf’ [-Wunused-variable] 1416 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1430:27: warning: unused variable ‘buf’ [-Wunused-variable] 1430 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1441:27: warning: unused variable ‘buf’ [-Wunused-variable] 1441 | register int32_t *buf; | ^~~ -
ndmp2_xdr.c:1453:27: warning: unused variable ‘buf’ [-Wunused-variable] 1453 | register int32_t *buf; | ^~~ -
ndmp3_translate.c:1313:25: warning: variable ‘n_error’ set but not used [-Wunused-but-set-variable=] 1313 | int n_error = 0; | ^~~~~~~ -
ndmp3_translate.c:1380:25: warning: variable ‘n_error’ set but not used [-Wunused-but-set-variable=] 1380 | int n_error = 0; | ^~~~~~~ -
ndmp4_translate.c:1326:25: warning: variable ‘n_error’ set but not used [-Wunused-but-set-variable=] 1326 | int n_error = 0; | ^~~~~~~ -
ndmp4_translate.c:1393:25: warning: variable ‘n_error’ set but not used [-Wunused-but-set-variable=] 1393 | int n_error = 0; | ^~~~~~~ -
ndmp4_translate.c:217:1: warning: control reaches end of non-void function [-Wreturn-type] 217 | } | ^ -
ndmp4_translate.c:2613:1: warning: control reaches end of non-void function [-Wreturn-type] 2613 | } | ^ -
ndmp4_translate.c:3242:1: warning: control reaches end of non-void function [-Wreturn-type] 3242 | } | ^ -
ndmp3_xdr.c:15:27: warning: unused variable ‘buf’ [-Wunused-variable] 15 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:27:27: warning: unused variable ‘buf’ [-Wunused-variable] 27 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:39:27: warning: unused variable ‘buf’ [-Wunused-variable] 39 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:49:27: warning: unused variable ‘buf’ [-Wunused-variable] 49 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:59:27: warning: unused variable ‘buf’ [-Wunused-variable] 59 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:69:27: warning: unused variable ‘buf’ [-Wunused-variable] 69 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:89:27: warning: unused variable ‘buf’ [-Wunused-variable] 89 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:99:27: warning: unused variable ‘buf’ [-Wunused-variable] 99 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:109:27: warning: unused variable ‘buf’ [-Wunused-variable] 109 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:119:27: warning: unused variable ‘buf’ [-Wunused-variable] 119 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:133:13: warning: unused variable ‘i’ [-Wunused-variable] 133 | int i; | ^ -
ndmp3_xdr.c:131:27: warning: unused variable ‘buf’ [-Wunused-variable] 131 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:144:27: warning: unused variable ‘buf’ [-Wunused-variable] 144 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:168:27: warning: unused variable ‘buf’ [-Wunused-variable] 168 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:178:27: warning: unused variable ‘buf’ [-Wunused-variable] 178 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:188:27: warning: unused variable ‘buf’ [-Wunused-variable] 188 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:210:27: warning: unused variable ‘buf’ [-Wunused-variable] 210 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:220:27: warning: unused variable ‘buf’ [-Wunused-variable] 220 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:232:27: warning: unused variable ‘buf’ [-Wunused-variable] 232 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:250:27: warning: unused variable ‘buf’ [-Wunused-variable] 250 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:260:27: warning: unused variable ‘buf’ [-Wunused-variable] 260 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:273:27: warning: unused variable ‘buf’ [-Wunused-variable] 273 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:283:27: warning: unused variable ‘buf’ [-Wunused-variable] 283 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:295:27: warning: unused variable ‘buf’ [-Wunused-variable] 295 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:314:27: warning: unused variable ‘buf’ [-Wunused-variable] 314 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:329:27: warning: unused variable ‘buf’ [-Wunused-variable] 329 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:342:27: warning: unused variable ‘buf’ [-Wunused-variable] 342 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:373:27: warning: unused variable ‘buf’ [-Wunused-variable] 373 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:386:27: warning: unused variable ‘buf’ [-Wunused-variable] 386 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:401:27: warning: unused variable ‘buf’ [-Wunused-variable] 401 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:414:27: warning: unused variable ‘buf’ [-Wunused-variable] 414 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:427:27: warning: unused variable ‘buf’ [-Wunused-variable] 427 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:440:27: warning: unused variable ‘buf’ [-Wunused-variable] 440 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:450:27: warning: unused variable ‘buf’ [-Wunused-variable] 450 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:460:27: warning: unused variable ‘buf’ [-Wunused-variable] 460 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:470:27: warning: unused variable ‘buf’ [-Wunused-variable] 470 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:486:27: warning: unused variable ‘buf’ [-Wunused-variable] 486 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:502:27: warning: unused variable ‘buf’ [-Wunused-variable] 502 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:512:27: warning: unused variable ‘buf’ [-Wunused-variable] 512 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:522:27: warning: unused variable ‘buf’ [-Wunused-variable] 522 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:593:27: warning: unused variable ‘buf’ [-Wunused-variable] 593 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:611:27: warning: unused variable ‘buf’ [-Wunused-variable] 611 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:621:27: warning: unused variable ‘buf’ [-Wunused-variable] 621 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:631:27: warning: unused variable ‘buf’ [-Wunused-variable] 631 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:641:27: warning: unused variable ‘buf’ [-Wunused-variable] 641 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:653:27: warning: unused variable ‘buf’ [-Wunused-variable] 653 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:663:27: warning: unused variable ‘buf’ [-Wunused-variable] 663 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:768:27: warning: unused variable ‘buf’ [-Wunused-variable] 768 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:778:27: warning: unused variable ‘buf’ [-Wunused-variable] 778 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:790:27: warning: unused variable ‘buf’ [-Wunused-variable] 790 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:802:27: warning: unused variable ‘buf’ [-Wunused-variable] 802 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:812:27: warning: unused variable ‘buf’ [-Wunused-variable] 812 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:824:27: warning: unused variable ‘buf’ [-Wunused-variable] 824 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:834:27: warning: unused variable ‘buf’ [-Wunused-variable] 834 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:846:27: warning: unused variable ‘buf’ [-Wunused-variable] 846 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:856:27: warning: unused variable ‘buf’ [-Wunused-variable] 856 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:866:27: warning: unused variable ‘buf’ [-Wunused-variable] 866 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:876:27: warning: unused variable ‘buf’ [-Wunused-variable] 876 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:886:27: warning: unused variable ‘buf’ [-Wunused-variable] 886 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:896:27: warning: unused variable ‘buf’ [-Wunused-variable] 896 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:906:27: warning: unused variable ‘buf’ [-Wunused-variable] 906 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:918:27: warning: unused variable ‘buf’ [-Wunused-variable] 918 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:928:27: warning: unused variable ‘buf’ [-Wunused-variable] 928 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:938:27: warning: unused variable ‘buf’ [-Wunused-variable] 938 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:966:27: warning: unused variable ‘buf’ [-Wunused-variable] 966 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:998:27: warning: unused variable ‘buf’ [-Wunused-variable] 998 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1010:27: warning: unused variable ‘buf’ [-Wunused-variable] 1010 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1022:27: warning: unused variable ‘buf’ [-Wunused-variable] 1022 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1034:27: warning: unused variable ‘buf’ [-Wunused-variable] 1034 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1044:27: warning: unused variable ‘buf’ [-Wunused-variable] 1044 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1054:27: warning: unused variable ‘buf’ [-Wunused-variable] 1054 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1064:27: warning: unused variable ‘buf’ [-Wunused-variable] 1064 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1076:27: warning: unused variable ‘buf’ [-Wunused-variable] 1076 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1086:27: warning: unused variable ‘buf’ [-Wunused-variable] 1086 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1096:27: warning: unused variable ‘buf’ [-Wunused-variable] 1096 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1106:27: warning: unused variable ‘buf’ [-Wunused-variable] 1106 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1116:27: warning: unused variable ‘buf’ [-Wunused-variable] 1116 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1128:27: warning: unused variable ‘buf’ [-Wunused-variable] 1128 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1138:27: warning: unused variable ‘buf’ [-Wunused-variable] 1138 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1148:27: warning: unused variable ‘buf’ [-Wunused-variable] 1148 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1158:27: warning: unused variable ‘buf’ [-Wunused-variable] 1158 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1168:27: warning: unused variable ‘buf’ [-Wunused-variable] 1168 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1178:27: warning: unused variable ‘buf’ [-Wunused-variable] 1178 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1208:27: warning: unused variable ‘buf’ [-Wunused-variable] 1208 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1221:27: warning: unused variable ‘buf’ [-Wunused-variable] 1221 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1231:27: warning: unused variable ‘buf’ [-Wunused-variable] 1231 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1251:27: warning: unused variable ‘buf’ [-Wunused-variable] 1251 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1267:27: warning: unused variable ‘buf’ [-Wunused-variable] 1267 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1277:27: warning: unused variable ‘buf’ [-Wunused-variable] 1277 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1287:27: warning: unused variable ‘buf’ [-Wunused-variable] 1287 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1297:27: warning: unused variable ‘buf’ [-Wunused-variable] 1297 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1307:27: warning: unused variable ‘buf’ [-Wunused-variable] 1307 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1317:27: warning: unused variable ‘buf’ [-Wunused-variable] 1317 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1330:27: warning: unused variable ‘buf’ [-Wunused-variable] 1330 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1340:27: warning: unused variable ‘buf’ [-Wunused-variable] 1340 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1352:27: warning: unused variable ‘buf’ [-Wunused-variable] 1352 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1362:27: warning: unused variable ‘buf’ [-Wunused-variable] 1362 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1372:27: warning: unused variable ‘buf’ [-Wunused-variable] 1372 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1384:27: warning: unused variable ‘buf’ [-Wunused-variable] 1384 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1394:27: warning: unused variable ‘buf’ [-Wunused-variable] 1394 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1408:27: warning: unused variable ‘buf’ [-Wunused-variable] 1408 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1420:27: warning: unused variable ‘buf’ [-Wunused-variable] 1420 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1432:27: warning: unused variable ‘buf’ [-Wunused-variable] 1432 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1444:27: warning: unused variable ‘buf’ [-Wunused-variable] 1444 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1454:27: warning: unused variable ‘buf’ [-Wunused-variable] 1454 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1468:27: warning: unused variable ‘buf’ [-Wunused-variable] 1468 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1480:27: warning: unused variable ‘buf’ [-Wunused-variable] 1480 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1490:27: warning: unused variable ‘buf’ [-Wunused-variable] 1490 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1500:27: warning: unused variable ‘buf’ [-Wunused-variable] 1500 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1512:27: warning: unused variable ‘buf’ [-Wunused-variable] 1512 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1536:27: warning: unused variable ‘buf’ [-Wunused-variable] 1536 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1649:27: warning: unused variable ‘buf’ [-Wunused-variable] 1649 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1667:27: warning: unused variable ‘buf’ [-Wunused-variable] 1667 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1678:27: warning: unused variable ‘buf’ [-Wunused-variable] 1678 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1693:27: warning: unused variable ‘buf’ [-Wunused-variable] 1693 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1704:27: warning: unused variable ‘buf’ [-Wunused-variable] 1704 | register int32_t *buf; | ^~~ -
ndmp3_xdr.c:1719:27: warning: unused variable ‘buf’ [-Wunused-variable] 1719 | register int32_t *buf; | ^~~ -
smc_api.c:75:44: warning: variable ‘asq’ set but not used [-Wunused-but-set-variable=] 75 | int asc, ascq, asq, cmd; | ^~~ -
smc_api.c:74:33: warning: variable ‘valid’ set but not used [-Wunused-but-set-variable=] 74 | int valid; | ^~~~~ -
ndmp4_xdr.c:15:27: warning: unused variable ‘buf’ [-Wunused-variable] 15 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:27:27: warning: unused variable ‘buf’ [-Wunused-variable] 27 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:37:27: warning: unused variable ‘buf’ [-Wunused-variable] 37 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:47:27: warning: unused variable ‘buf’ [-Wunused-variable] 47 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:57:27: warning: unused variable ‘buf’ [-Wunused-variable] 57 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:77:27: warning: unused variable ‘buf’ [-Wunused-variable] 77 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:89:27: warning: unused variable ‘buf’ [-Wunused-variable] 89 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:99:27: warning: unused variable ‘buf’ [-Wunused-variable] 99 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:109:27: warning: unused variable ‘buf’ [-Wunused-variable] 109 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:119:27: warning: unused variable ‘buf’ [-Wunused-variable] 119 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:133:13: warning: unused variable ‘i’ [-Wunused-variable] 133 | int i; | ^ -
ndmp4_xdr.c:131:27: warning: unused variable ‘buf’ [-Wunused-variable] 131 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:144:27: warning: unused variable ‘buf’ [-Wunused-variable] 144 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:168:27: warning: unused variable ‘buf’ [-Wunused-variable] 168 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:190:27: warning: unused variable ‘buf’ [-Wunused-variable] 190 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:200:27: warning: unused variable ‘buf’ [-Wunused-variable] 200 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:210:27: warning: unused variable ‘buf’ [-Wunused-variable] 210 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:220:27: warning: unused variable ‘buf’ [-Wunused-variable] 220 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:232:27: warning: unused variable ‘buf’ [-Wunused-variable] 232 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:250:27: warning: unused variable ‘buf’ [-Wunused-variable] 250 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:269:27: warning: unused variable ‘buf’ [-Wunused-variable] 269 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:279:27: warning: unused variable ‘buf’ [-Wunused-variable] 279 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:292:27: warning: unused variable ‘buf’ [-Wunused-variable] 292 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:302:27: warning: unused variable ‘buf’ [-Wunused-variable] 302 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:314:27: warning: unused variable ‘buf’ [-Wunused-variable] 314 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:329:27: warning: unused variable ‘buf’ [-Wunused-variable] 329 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:342:27: warning: unused variable ‘buf’ [-Wunused-variable] 342 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:373:27: warning: unused variable ‘buf’ [-Wunused-variable] 373 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:386:27: warning: unused variable ‘buf’ [-Wunused-variable] 386 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:401:27: warning: unused variable ‘buf’ [-Wunused-variable] 401 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:414:27: warning: unused variable ‘buf’ [-Wunused-variable] 414 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:427:27: warning: unused variable ‘buf’ [-Wunused-variable] 427 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:440:27: warning: unused variable ‘buf’ [-Wunused-variable] 440 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:453:27: warning: unused variable ‘buf’ [-Wunused-variable] 453 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:465:27: warning: unused variable ‘buf’ [-Wunused-variable] 465 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:478:27: warning: unused variable ‘buf’ [-Wunused-variable] 478 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:491:27: warning: unused variable ‘buf’ [-Wunused-variable] 491 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:501:27: warning: unused variable ‘buf’ [-Wunused-variable] 501 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:511:27: warning: unused variable ‘buf’ [-Wunused-variable] 511 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:521:27: warning: unused variable ‘buf’ [-Wunused-variable] 521 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:531:27: warning: unused variable ‘buf’ [-Wunused-variable] 531 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:547:27: warning: unused variable ‘buf’ [-Wunused-variable] 547 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:618:27: warning: unused variable ‘buf’ [-Wunused-variable] 618 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:636:27: warning: unused variable ‘buf’ [-Wunused-variable] 636 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:646:27: warning: unused variable ‘buf’ [-Wunused-variable] 646 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:656:27: warning: unused variable ‘buf’ [-Wunused-variable] 656 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:666:27: warning: unused variable ‘buf’ [-Wunused-variable] 666 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:678:27: warning: unused variable ‘buf’ [-Wunused-variable] 678 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:688:27: warning: unused variable ‘buf’ [-Wunused-variable] 688 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:787:27: warning: unused variable ‘buf’ [-Wunused-variable] 787 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:797:27: warning: unused variable ‘buf’ [-Wunused-variable] 797 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:809:27: warning: unused variable ‘buf’ [-Wunused-variable] 809 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:821:27: warning: unused variable ‘buf’ [-Wunused-variable] 821 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:831:27: warning: unused variable ‘buf’ [-Wunused-variable] 831 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:843:27: warning: unused variable ‘buf’ [-Wunused-variable] 843 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:853:27: warning: unused variable ‘buf’ [-Wunused-variable] 853 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:865:27: warning: unused variable ‘buf’ [-Wunused-variable] 865 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:875:27: warning: unused variable ‘buf’ [-Wunused-variable] 875 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:885:27: warning: unused variable ‘buf’ [-Wunused-variable] 885 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:895:27: warning: unused variable ‘buf’ [-Wunused-variable] 895 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:905:27: warning: unused variable ‘buf’ [-Wunused-variable] 905 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:915:27: warning: unused variable ‘buf’ [-Wunused-variable] 915 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:930:27: warning: unused variable ‘buf’ [-Wunused-variable] 930 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:940:27: warning: unused variable ‘buf’ [-Wunused-variable] 940 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:965:27: warning: unused variable ‘buf’ [-Wunused-variable] 965 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:995:27: warning: unused variable ‘buf’ [-Wunused-variable] 995 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1005:27: warning: unused variable ‘buf’ [-Wunused-variable] 1005 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1017:27: warning: unused variable ‘buf’ [-Wunused-variable] 1017 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1027:27: warning: unused variable ‘buf’ [-Wunused-variable] 1027 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1037:27: warning: unused variable ‘buf’ [-Wunused-variable] 1037 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1050:27: warning: unused variable ‘buf’ [-Wunused-variable] 1050 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1060:27: warning: unused variable ‘buf’ [-Wunused-variable] 1060 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1080:27: warning: unused variable ‘buf’ [-Wunused-variable] 1080 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1096:27: warning: unused variable ‘buf’ [-Wunused-variable] 1096 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1106:27: warning: unused variable ‘buf’ [-Wunused-variable] 1106 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1122:27: warning: unused variable ‘buf’ [-Wunused-variable] 1122 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1132:27: warning: unused variable ‘buf’ [-Wunused-variable] 1132 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1142:27: warning: unused variable ‘buf’ [-Wunused-variable] 1142 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1152:27: warning: unused variable ‘buf’ [-Wunused-variable] 1152 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1165:27: warning: unused variable ‘buf’ [-Wunused-variable] 1165 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1175:27: warning: unused variable ‘buf’ [-Wunused-variable] 1175 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1185:27: warning: unused variable ‘buf’ [-Wunused-variable] 1185 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1195:27: warning: unused variable ‘buf’ [-Wunused-variable] 1195 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1205:27: warning: unused variable ‘buf’ [-Wunused-variable] 1205 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1215:27: warning: unused variable ‘buf’ [-Wunused-variable] 1215 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1225:27: warning: unused variable ‘buf’ [-Wunused-variable] 1225 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1237:27: warning: unused variable ‘buf’ [-Wunused-variable] 1237 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1247:27: warning: unused variable ‘buf’ [-Wunused-variable] 1247 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1259:27: warning: unused variable ‘buf’ [-Wunused-variable] 1259 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1269:27: warning: unused variable ‘buf’ [-Wunused-variable] 1269 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1281:27: warning: unused variable ‘buf’ [-Wunused-variable] 1281 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1293:27: warning: unused variable ‘buf’ [-Wunused-variable] 1293 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1305:27: warning: unused variable ‘buf’ [-Wunused-variable] 1305 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1315:27: warning: unused variable ‘buf’ [-Wunused-variable] 1315 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1349:27: warning: unused variable ‘buf’ [-Wunused-variable] 1349 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1359:27: warning: unused variable ‘buf’ [-Wunused-variable] 1359 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1369:27: warning: unused variable ‘buf’ [-Wunused-variable] 1369 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1379:27: warning: unused variable ‘buf’ [-Wunused-variable] 1379 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1389:27: warning: unused variable ‘buf’ [-Wunused-variable] 1389 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1399:27: warning: unused variable ‘buf’ [-Wunused-variable] 1399 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1409:27: warning: unused variable ‘buf’ [-Wunused-variable] 1409 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1423:27: warning: unused variable ‘buf’ [-Wunused-variable] 1423 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1433:27: warning: unused variable ‘buf’ [-Wunused-variable] 1433 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1445:27: warning: unused variable ‘buf’ [-Wunused-variable] 1445 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1457:27: warning: unused variable ‘buf’ [-Wunused-variable] 1457 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1467:27: warning: unused variable ‘buf’ [-Wunused-variable] 1467 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1477:27: warning: unused variable ‘buf’ [-Wunused-variable] 1477 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1495:27: warning: unused variable ‘buf’ [-Wunused-variable] 1495 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1505:27: warning: unused variable ‘buf’ [-Wunused-variable] 1505 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1517:27: warning: unused variable ‘buf’ [-Wunused-variable] 1517 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1527:27: warning: unused variable ‘buf’ [-Wunused-variable] 1527 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1537:27: warning: unused variable ‘buf’ [-Wunused-variable] 1537 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1549:27: warning: unused variable ‘buf’ [-Wunused-variable] 1549 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1573:27: warning: unused variable ‘buf’ [-Wunused-variable] 1573 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1686:27: warning: unused variable ‘buf’ [-Wunused-variable] 1686 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1704:27: warning: unused variable ‘buf’ [-Wunused-variable] 1704 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1715:27: warning: unused variable ‘buf’ [-Wunused-variable] 1715 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1730:27: warning: unused variable ‘buf’ [-Wunused-variable] 1730 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1741:27: warning: unused variable ‘buf’ [-Wunused-variable] 1741 | register int32_t *buf; | ^~~ -
ndmp4_xdr.c:1756:27: warning: unused variable ‘buf’ [-Wunused-variable] 1756 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:12:27: warning: unused variable ‘buf’ [-Wunused-variable] 12 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:22:27: warning: unused variable ‘buf’ [-Wunused-variable] 22 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:34:27: warning: unused variable ‘buf’ [-Wunused-variable] 34 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:46:27: warning: unused variable ‘buf’ [-Wunused-variable] 46 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:57:27: warning: unused variable ‘buf’ [-Wunused-variable] 57 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:70:27: warning: unused variable ‘buf’ [-Wunused-variable] 70 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:82:27: warning: unused variable ‘buf’ [-Wunused-variable] 82 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:94:27: warning: unused variable ‘buf’ [-Wunused-variable] 94 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:104:27: warning: unused variable ‘buf’ [-Wunused-variable] 104 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:126:27: warning: unused variable ‘buf’ [-Wunused-variable] 126 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:140:13: warning: unused variable ‘i’ [-Wunused-variable] 140 | int i; | ^ -
ndmp9_xdr.c:138:27: warning: unused variable ‘buf’ [-Wunused-variable] 138 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:151:27: warning: unused variable ‘buf’ [-Wunused-variable] 151 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:175:27: warning: unused variable ‘buf’ [-Wunused-variable] 175 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:185:27: warning: unused variable ‘buf’ [-Wunused-variable] 185 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:197:27: warning: unused variable ‘buf’ [-Wunused-variable] 197 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:218:27: warning: unused variable ‘buf’ [-Wunused-variable] 218 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:228:27: warning: unused variable ‘buf’ [-Wunused-variable] 228 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:238:27: warning: unused variable ‘buf’ [-Wunused-variable] 238 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:248:27: warning: unused variable ‘buf’ [-Wunused-variable] 248 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:258:27: warning: unused variable ‘buf’ [-Wunused-variable] 258 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:268:27: warning: unused variable ‘buf’ [-Wunused-variable] 268 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:278:27: warning: unused variable ‘buf’ [-Wunused-variable] 278 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:288:27: warning: unused variable ‘buf’ [-Wunused-variable] 288 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:300:27: warning: unused variable ‘buf’ [-Wunused-variable] 300 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:319:27: warning: unused variable ‘buf’ [-Wunused-variable] 319 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:348:27: warning: unused variable ‘buf’ [-Wunused-variable] 348 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:365:27: warning: unused variable ‘buf’ [-Wunused-variable] 365 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:378:27: warning: unused variable ‘buf’ [-Wunused-variable] 378 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:418:27: warning: unused variable ‘buf’ [-Wunused-variable] 418 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:428:27: warning: unused variable ‘buf’ [-Wunused-variable] 428 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:440:27: warning: unused variable ‘buf’ [-Wunused-variable] 440 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:450:27: warning: unused variable ‘buf’ [-Wunused-variable] 450 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:460:27: warning: unused variable ‘buf’ [-Wunused-variable] 460 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:470:27: warning: unused variable ‘buf’ [-Wunused-variable] 470 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:480:27: warning: unused variable ‘buf’ [-Wunused-variable] 480 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:490:27: warning: unused variable ‘buf’ [-Wunused-variable] 490 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:500:27: warning: unused variable ‘buf’ [-Wunused-variable] 500 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:510:27: warning: unused variable ‘buf’ [-Wunused-variable] 510 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:520:27: warning: unused variable ‘buf’ [-Wunused-variable] 520 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:530:27: warning: unused variable ‘buf’ [-Wunused-variable] 530 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:540:27: warning: unused variable ‘buf’ [-Wunused-variable] 540 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:550:27: warning: unused variable ‘buf’ [-Wunused-variable] 550 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:560:27: warning: unused variable ‘buf’ [-Wunused-variable] 560 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:570:27: warning: unused variable ‘buf’ [-Wunused-variable] 570 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:580:27: warning: unused variable ‘buf’ [-Wunused-variable] 580 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:590:27: warning: unused variable ‘buf’ [-Wunused-variable] 590 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:602:27: warning: unused variable ‘buf’ [-Wunused-variable] 602 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:612:27: warning: unused variable ‘buf’ [-Wunused-variable] 612 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:622:27: warning: unused variable ‘buf’ [-Wunused-variable] 622 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:632:27: warning: unused variable ‘buf’ [-Wunused-variable] 632 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:642:27: warning: unused variable ‘buf’ [-Wunused-variable] 642 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:652:27: warning: unused variable ‘buf’ [-Wunused-variable] 652 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:668:27: warning: unused variable ‘buf’ [-Wunused-variable] 668 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:684:27: warning: unused variable ‘buf’ [-Wunused-variable] 684 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:694:27: warning: unused variable ‘buf’ [-Wunused-variable] 694 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:704:27: warning: unused variable ‘buf’ [-Wunused-variable] 704 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:714:27: warning: unused variable ‘buf’ [-Wunused-variable] 714 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:724:27: warning: unused variable ‘buf’ [-Wunused-variable] 724 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:734:27: warning: unused variable ‘buf’ [-Wunused-variable] 734 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:744:27: warning: unused variable ‘buf’ [-Wunused-variable] 744 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:762:27: warning: unused variable ‘buf’ [-Wunused-variable] 762 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:780:27: warning: unused variable ‘buf’ [-Wunused-variable] 780 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:790:27: warning: unused variable ‘buf’ [-Wunused-variable] 790 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:800:27: warning: unused variable ‘buf’ [-Wunused-variable] 800 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:810:27: warning: unused variable ‘buf’ [-Wunused-variable] 810 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:820:27: warning: unused variable ‘buf’ [-Wunused-variable] 820 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:832:27: warning: unused variable ‘buf’ [-Wunused-variable] 832 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:842:27: warning: unused variable ‘buf’ [-Wunused-variable] 842 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:852:27: warning: unused variable ‘buf’ [-Wunused-variable] 852 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:862:27: warning: unused variable ‘buf’ [-Wunused-variable] 862 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:872:27: warning: unused variable ‘buf’ [-Wunused-variable] 872 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:902:27: warning: unused variable ‘buf’ [-Wunused-variable] 902 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:912:27: warning: unused variable ‘buf’ [-Wunused-variable] 912 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:924:27: warning: unused variable ‘buf’ [-Wunused-variable] 924 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:936:27: warning: unused variable ‘buf’ [-Wunused-variable] 936 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:946:27: warning: unused variable ‘buf’ [-Wunused-variable] 946 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:958:27: warning: unused variable ‘buf’ [-Wunused-variable] 958 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:968:27: warning: unused variable ‘buf’ [-Wunused-variable] 968 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:980:27: warning: unused variable ‘buf’ [-Wunused-variable] 980 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:990:27: warning: unused variable ‘buf’ [-Wunused-variable] 990 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1000:27: warning: unused variable ‘buf’ [-Wunused-variable] 1000 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1010:27: warning: unused variable ‘buf’ [-Wunused-variable] 1010 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1020:27: warning: unused variable ‘buf’ [-Wunused-variable] 1020 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1030:27: warning: unused variable ‘buf’ [-Wunused-variable] 1030 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1040:27: warning: unused variable ‘buf’ [-Wunused-variable] 1040 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1050:27: warning: unused variable ‘buf’ [-Wunused-variable] 1050 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1084:27: warning: unused variable ‘buf’ [-Wunused-variable] 1084 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1096:27: warning: unused variable ‘buf’ [-Wunused-variable] 1096 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1108:27: warning: unused variable ‘buf’ [-Wunused-variable] 1108 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1120:27: warning: unused variable ‘buf’ [-Wunused-variable] 1120 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1130:27: warning: unused variable ‘buf’ [-Wunused-variable] 1130 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1140:27: warning: unused variable ‘buf’ [-Wunused-variable] 1140 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1150:27: warning: unused variable ‘buf’ [-Wunused-variable] 1150 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1162:27: warning: unused variable ‘buf’ [-Wunused-variable] 1162 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1172:27: warning: unused variable ‘buf’ [-Wunused-variable] 1172 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1182:27: warning: unused variable ‘buf’ [-Wunused-variable] 1182 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1192:27: warning: unused variable ‘buf’ [-Wunused-variable] 1192 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1202:27: warning: unused variable ‘buf’ [-Wunused-variable] 1202 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1212:27: warning: unused variable ‘buf’ [-Wunused-variable] 1212 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1222:27: warning: unused variable ‘buf’ [-Wunused-variable] 1222 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1232:27: warning: unused variable ‘buf’ [-Wunused-variable] 1232 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1244:27: warning: unused variable ‘buf’ [-Wunused-variable] 1244 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1254:27: warning: unused variable ‘buf’ [-Wunused-variable] 1254 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1264:27: warning: unused variable ‘buf’ [-Wunused-variable] 1264 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1274:27: warning: unused variable ‘buf’ [-Wunused-variable] 1274 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1284:27: warning: unused variable ‘buf’ [-Wunused-variable] 1284 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1294:27: warning: unused variable ‘buf’ [-Wunused-variable] 1294 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1304:27: warning: unused variable ‘buf’ [-Wunused-variable] 1304 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1314:27: warning: unused variable ‘buf’ [-Wunused-variable] 1314 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1342:27: warning: unused variable ‘buf’ [-Wunused-variable] 1342 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1356:27: warning: unused variable ‘buf’ [-Wunused-variable] 1356 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1371:27: warning: unused variable ‘buf’ [-Wunused-variable] 1371 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1381:27: warning: unused variable ‘buf’ [-Wunused-variable] 1381 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1399:27: warning: unused variable ‘buf’ [-Wunused-variable] 1399 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1409:27: warning: unused variable ‘buf’ [-Wunused-variable] 1409 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1419:27: warning: unused variable ‘buf’ [-Wunused-variable] 1419 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1429:27: warning: unused variable ‘buf’ [-Wunused-variable] 1429 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1439:27: warning: unused variable ‘buf’ [-Wunused-variable] 1439 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1449:27: warning: unused variable ‘buf’ [-Wunused-variable] 1449 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1459:27: warning: unused variable ‘buf’ [-Wunused-variable] 1459 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1469:27: warning: unused variable ‘buf’ [-Wunused-variable] 1469 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1479:27: warning: unused variable ‘buf’ [-Wunused-variable] 1479 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1492:27: warning: unused variable ‘buf’ [-Wunused-variable] 1492 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1502:27: warning: unused variable ‘buf’ [-Wunused-variable] 1502 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1514:27: warning: unused variable ‘buf’ [-Wunused-variable] 1514 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1524:27: warning: unused variable ‘buf’ [-Wunused-variable] 1524 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1534:27: warning: unused variable ‘buf’ [-Wunused-variable] 1534 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1544:27: warning: unused variable ‘buf’ [-Wunused-variable] 1544 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1554:27: warning: unused variable ‘buf’ [-Wunused-variable] 1554 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1568:27: warning: unused variable ‘buf’ [-Wunused-variable] 1568 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1578:27: warning: unused variable ‘buf’ [-Wunused-variable] 1578 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1590:27: warning: unused variable ‘buf’ [-Wunused-variable] 1590 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1602:27: warning: unused variable ‘buf’ [-Wunused-variable] 1602 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1612:27: warning: unused variable ‘buf’ [-Wunused-variable] 1612 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1628:27: warning: unused variable ‘buf’ [-Wunused-variable] 1628 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1638:27: warning: unused variable ‘buf’ [-Wunused-variable] 1638 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1650:27: warning: unused variable ‘buf’ [-Wunused-variable] 1650 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1660:27: warning: unused variable ‘buf’ [-Wunused-variable] 1660 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1690:27: warning: unused variable ‘buf’ [-Wunused-variable] 1690 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1702:27: warning: unused variable ‘buf’ [-Wunused-variable] 1702 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1713:27: warning: unused variable ‘buf’ [-Wunused-variable] 1713 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1727:27: warning: unused variable ‘buf’ [-Wunused-variable] 1727 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1738:27: warning: unused variable ‘buf’ [-Wunused-variable] 1738 | register int32_t *buf; | ^~~ -
ndmp9_xdr.c:1748:27: warning: unused variable ‘buf’ [-Wunused-variable] 1748 | register int32_t *buf; | ^~~ -
ndmpconnobj.c:42:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 42 | static GStaticMutex ndmlib_mutex = G_STATIC_MUTEX_INIT; | ^~~~~~ -
ndmpconnobj.c:192:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 192 | NDMP_TRANS(self, ndmp4_scsi_open) | ^~~~~~~~~~ -
ndmpconnobj.c:194:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 194 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:196:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 196 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:51:26: warning: variable ‘reply’ set but not used [-Wunused-but-set-variable=] 51 | TYPE##_reply * reply; \ | ^~~~~ -
ndmpconnobj.c:206:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 206 | NDMP_TRANS_NO_REQUEST(self, ndmp4_scsi_close) | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:207:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 207 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:209:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 209 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:63:26: warning: variable ‘reply’ set but not used [-Wunused-but-set-variable=] 63 | TYPE##_reply * reply; \ | ^~~~~ -
ndmpconnobj.c:243:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 243 | NDMP_TRANS(self, ndmp4_scsi_execute_cdb) | ^~~~~~~~~~ -
ndmpconnobj.c:252:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 252 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:272:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 272 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:284:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 284 | NDMP_TRANS(self, ndmp4_tape_open) | ^~~~~~~~~~ -
ndmpconnobj.c:287:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 287 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:289:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 289 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:299:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 299 | NDMP_TRANS_NO_REQUEST(self, ndmp4_tape_close) | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:300:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 300 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:302:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 302 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:315:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 315 | NDMP_TRANS(self, ndmp4_tape_mtio) | ^~~~~~~~~~ -
ndmpconnobj.c:318:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 318 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:321:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 321 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:336:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 336 | NDMP_TRANS(self, ndmp4_tape_write) | ^~~~~~~~~~ -
ndmpconnobj.c:339:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 339 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:342:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 342 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:357:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 357 | NDMP_TRANS(self, ndmp4_tape_read) | ^~~~~~~~~~ -
ndmpconnobj.c:359:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 359 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:363:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 363 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:376:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 376 | NDMP_TRANS_NO_REQUEST(self, ndmp4_tape_get_state) | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:377:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 377 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:395:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 395 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:406:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 406 | NDMP_TRANS(self, ndmp4_mover_set_record_size) | ^~~~~~~~~~ -
ndmpconnobj.c:409:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 409 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:411:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 411 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:423:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 423 | NDMP_TRANS(self, ndmp4_mover_set_window) | ^~~~~~~~~~ -
ndmpconnobj.c:426:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 426 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:428:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 428 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:440:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 440 | NDMP_TRANS(self, ndmp4_mover_read) | ^~~~~~~~~~ -
ndmpconnobj.c:443:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 443 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:445:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 445 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:455:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 455 | NDMP_TRANS_NO_REQUEST(self, ndmp4_mover_continue) | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:456:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 456 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:458:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 458 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:474:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 474 | NDMP_TRANS(self, ndmp4_mover_listen) | ^~~~~~~~~~ -
ndmpconnobj.c:477:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 477 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:494:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 494 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:521:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 521 | NDMP_TRANS(self, ndmp4_mover_connect) | ^~~~~~~~~~ -
ndmpconnobj.c:526:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 526 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:528:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 528 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:538:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 538 | NDMP_TRANS_NO_REQUEST(self, ndmp4_mover_abort) | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:539:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 539 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:541:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 541 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:551:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 551 | NDMP_TRANS_NO_REQUEST(self, ndmp4_mover_stop) | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:552:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 552 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:554:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 554 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:564:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 564 | NDMP_TRANS_NO_REQUEST(self, ndmp4_mover_close) | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:565:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 565 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:567:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 567 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:580:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 580 | NDMP_TRANS_NO_REQUEST(self, ndmp4_mover_get_state) | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:581:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 581 | NDMP_CALL(self); | ^~~~~~~~~ -
ndmpconnobj.c:587:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 587 | NDMP_END | ^~~~~~~~ -
ndmpconnobj.c:624:13: warning: case value ‘0’ not in enumerated type ‘ndmp0_message’ [-Wswitch] 624 | case NDMP9_LOG_NORMAL: | ^~~~ -
ndmpconnobj.c:625:13: warning: case value ‘1’ not in enumerated type ‘ndmp0_message’ [-Wswitch] 625 | case NDMP9_LOG_DEBUG: | ^~~~ -
ndmpconnobj.c:626:13: warning: case value ‘2’ not in enumerated type ‘ndmp0_message’ [-Wswitch] 626 | case NDMP9_LOG_ERROR: | ^~~~ -
ndmpconnobj.c:627:13: warning: case value ‘3’ not in enumerated type ‘ndmp0_message’ [-Wswitch] 627 | case NDMP9_LOG_WARNING: { | ^~~~ -
ndmpconnobj.c:600:13: warning: case value ‘1281’ not in enumerated type ‘ndmp0_message’ [-Wswitch] 600 | case NDMP9_NOTIFY_DATA_HALTED: { | ^~~~ -
ndmpconnobj.c:607:13: warning: case value ‘1283’ not in enumerated type ‘ndmp0_message’ [-Wswitch] 607 | case NDMP9_NOTIFY_MOVER_HALTED: { | ^~~~ -
ndmpconnobj.c:614:13: warning: case value ‘1284’ not in enumerated type ‘ndmp0_message’ [-Wswitch] 614 | case NDMP9_NOTIFY_MOVER_PAUSED: { | ^~~~ -
ndmpconnobj.c:622:13: warning: case value ‘1538’ not in enumerated type ‘ndmp0_message’ [-Wswitch] 622 | case NDMP9_LOG_FILE: | ^~~~ -
ndmpconnobj.c:623:13: warning: case value ‘1539’ not in enumerated type ‘ndmp0_message’ [-Wswitch] 623 | case NDMP9_LOG_MESSAGE: | ^~~~ -
ndmpconnobj.c:729:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 729 | g_static_mutex_lock(&ndmlib_mutex); | ^~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:733:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 733 | g_static_mutex_unlock(&ndmlib_mutex); | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:688:13: warning: variable ‘nfound’ set but not used [-Wunused-but-set-variable=] 688 | int nfound; | ^~~~~~ -
ndmpconnobj.c:759:1: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 759 | static GStaticMutex notify_mutex = G_STATIC_MUTEX_INIT; | ^~~~~~ -
ndmpconnobj.c:779:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 779 | g_static_mutex_lock(¬ify_mutex); | ^~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:815:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 815 | g_static_mutex_unlock(¬ify_mutex); | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:869:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 869 | g_static_mutex_lock(¬ify_mutex); | ^~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:883:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 883 | g_static_mutex_unlock(¬ify_mutex); | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:773:25: warning: unused variable ‘nmb’ [-Wunused-variable] 773 | struct ndmp_msg_buf nmb; | ^~~ -
ndmpconnobj.c:899:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 899 | g_static_mutex_lock(&ndmlib_mutex); | ^~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:903:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 903 | g_static_mutex_unlock(&ndmlib_mutex); | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:938:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 938 | g_static_mutex_lock(¬ify_mutex); | ^~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:942:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 942 | g_static_mutex_unlock(¬ify_mutex); | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:950:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 950 | g_static_mutex_lock(¬ify_mutex); | ^~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:959:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 959 | g_static_mutex_unlock(¬ify_mutex); | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:1023:5: warning: ‘GStaticMutex’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1023 | static GStaticMutex next_connid_mutex = G_STATIC_MUTEX_INIT; | ^~~~~~ -
ndmpconnobj.c:1070:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1070 | g_static_mutex_lock(&next_connid_mutex); | ^~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:1072:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] 1072 | g_static_mutex_unlock(&next_connid_mutex); | ^~~~~~~~~~~~~~~~~~~~~ -
ndmpconnobj.c:1018:12: warning: unused variable ‘key’ [-Wunused-variable] 1018 | gchar *key = NULL; | ^~~ -
rundump.c:203:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 203 | int env_count = 0; | ^~~ -
rundump.c:232:6: warning: ‘validate_dump_option’ defined but not used [-Wunused-function] 232 | void validate_dump_option(int argc, char ** argv) | ^~~~~~~~~~~~~~~~~~~~ -
getfsent.c:424:17: warning: argument 1 of type ‘struct stat[2]’ with mismatched bound [-Warray-parameter=] 424 | struct stat stats[2], | ~~~~~~~~~~~~^~~~~~~~ -
senddiscover.c:266:20: warning: variable ‘result’ set but not used [-Wunused-but-set-variable=] 266 | int result; | ^~~~~~ -
ambsdtar.c:1682:20: warning: variable ‘entry_in_exclude’ set but not used [-Wunused-but-set-variable=] 1682 | int entry_in_exclude = 0; | ^~~~~~~~~~~~~~~~ -
amgtar.c:1671:20: warning: variable ‘entry_in_exclude’ set but not used [-Wunused-but-set-variable=] 1671 | int entry_in_exclude = 0; | ^~~~~~~~~~~~~~~~ -
directtcp-connection.c:71:13: warning: cast between incompatible function types from ‘void (*)(DirectTCPConnectionClass *)’ {aka ‘void (*)(struct DirectTCPConnectionClass_ *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 71 | (GClassInitFunc) directtcp_connection_class_init, | ^ -
directtcp-connection.c:153:13: warning: cast between incompatible function types from ‘void (*)(DirectTCPConnectionSocketClass *)’ {aka ‘void (*)(struct DirectTCPConnectionSocketClass_ *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 153 | (GClassInitFunc) directtcp_connection_socket_class_init, | ^ -
directtcp-connection.c:158:13: warning: cast between incompatible function types from ‘void (*)(DirectTCPConnectionSocket *)’ {aka ‘void (*)(struct DirectTCPConnectionSocket_ *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 158 | (GInstanceInitFunc) directtcp_connection_socket_init, | ^ -
xfer-dest-taper.c:73:13: warning: cast between incompatible function types from ‘void (*)(XferDestTaperClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 73 | (GClassInitFunc) class_init, | ^ -
xfer-dest-taper.c:78:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 78 | (GInstanceInitFunc) instance_init, | ^ -
xfer-dest-device.c:225:13: warning: cast between incompatible function types from ‘void (*)(XferDestDeviceClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 225 | (GClassInitFunc) class_init, | ^ -
xfer-dest-device.c:230:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 230 | (GInstanceInitFunc) instance_init, | ^ -
xfer-source-device.c:172:13: warning: cast between incompatible function types from ‘void (*)(XferSourceDeviceClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 172 | (GClassInitFunc) class_init, | ^ -
xfer-source-device.c:177:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 177 | (GInstanceInitFunc) instance_init, | ^ -
null-device.c:93:13: warning: cast between incompatible function types from ‘void (*)(NullDeviceClass *)’ {aka ‘void (*)(struct _NullDeviceClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 93 | (GClassInitFunc) null_device_class_init, | ^ -
null-device.c:98:13: warning: cast between incompatible function types from ‘void (*)(NullDevice *)’ {aka ‘void (*)(struct _NullDevice *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 98 | (GInstanceInitFunc) null_device_init, | ^ -
diskflat-device.c:120:13: warning: cast between incompatible function types from ‘void (*)(DiskflatDeviceClass *)’ {aka ‘void (*)(struct _DiskflatDeviceClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 120 | (GClassInitFunc) diskflat_device_class_init, | ^ -
diskflat-device.c:125:13: warning: cast between incompatible function types from ‘void (*)(DiskflatDevice *)’ {aka ‘void (*)(struct _DiskflatDevice *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 125 | (GInstanceInitFunc) diskflat_device_init, | ^ -
xfer-dest-taper-directtcp.c:507:13: warning: cast between incompatible function types from ‘void (*)(XferDestTaperDirectTCPClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 507 | (GClassInitFunc) class_init, | ^ -
xfer-dest-taper-directtcp.c:512:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 512 | (GInstanceInitFunc) instance_init, | ^ -
xfer-dest-taper-cacher.c:1473:13: warning: cast between incompatible function types from ‘void (*)(XferDestTaperCacherClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 1473 | (GClassInitFunc) class_init, | ^ -
xfer-dest-taper-cacher.c:1478:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 1478 | (GInstanceInitFunc) instance_init, | ^ -
vfs-device.c:179:13: warning: cast between incompatible function types from ‘void (*)(VfsDeviceClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 179 | (GClassInitFunc) vfs_device_class_init, | ^ -
vfs-device.c:184:13: warning: cast between incompatible function types from ‘void (*)(VfsDevice *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 184 | (GInstanceInitFunc) vfs_device_init, | ^ -
dvdrw-device.c:185:13: warning: cast between incompatible function types from ‘void (*)(DvdRwDeviceClass *)’ {aka ‘void (*)(struct _DvdRwDeviceClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 185 | (GClassInitFunc) dvdrw_device_class_init, | ^ -
dvdrw-device.c:190:13: warning: cast between incompatible function types from ‘void (*)(DvdRwDevice *)’ {aka ‘void (*)(struct _DvdRwDevice *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 190 | (GInstanceInitFunc) dvdrw_device_init, | ^ -
xfer-source-recovery.c:786:13: warning: cast between incompatible function types from ‘void (*)(XferSourceRecoveryClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 786 | (GClassInitFunc) class_init, | ^ -
xfer-source-recovery.c:791:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 791 | (GInstanceInitFunc) instance_init, | ^ -
device.c:273:13: warning: cast between incompatible function types from ‘void (*)(DeviceClass *)’ {aka ‘void (*)(struct _DeviceClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 273 | (GClassInitFunc) device_class_init, | ^ -
device.c:278:13: warning: cast between incompatible function types from ‘void (*)(Device *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 278 | (GInstanceInitFunc) device_init, | ^ -
xfer-dest-taper-splitter.c:1221:13: warning: cast between incompatible function types from ‘void (*)(XferDestTaperSplitterClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 1221 | (GClassInitFunc) class_init, | ^ -
xfer-dest-taper-splitter.c:1226:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 1226 | (GInstanceInitFunc) instance_init, | ^ -
rait-device.c:227:13: warning: cast between incompatible function types from ‘void (*)(RaitDeviceClass *)’ {aka ‘void (*)(struct _RaitDeviceClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 227 | (GClassInitFunc) rait_device_class_init, | ^ -
rait-device.c:232:13: warning: cast between incompatible function types from ‘void (*)(RaitDevice *)’ {aka ‘void (*)(struct RaitDevice_s *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 232 | (GInstanceInitFunc) rait_device_init, | ^ -
tape-device.c:230:13: warning: cast between incompatible function types from ‘void (*)(TapeDeviceClass *)’ {aka ‘void (*)(struct _TapeDeviceClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 230 | (GClassInitFunc) tape_device_class_init, | ^ -
tape-device.c:235:13: warning: cast between incompatible function types from ‘void (*)(TapeDevice *)’ {aka ‘void (*)(struct _TapeDevice *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 235 | (GInstanceInitFunc) tape_device_init, | ^ -
activate-devpay.c:88:5: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 88 | curl_easy_setopt(handle, CURLOPT_NOPROGRESS, TRUE); | ^ -
activate-devpay.c:89:5: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 89 | curl_easy_setopt(handle, CURLOPT_NOSIGNAL, TRUE); | ^ -
activate-devpay.c:90:5: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 90 | curl_easy_setopt(handle, CURLOPT_AUTOREFERER, TRUE); | ^ -
ndmp-device.c:2193:13: warning: cast between incompatible function types from ‘void (*)(NdmpDeviceClass *)’ {aka ‘void (*)(struct NdmpDeviceClass_ *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 2193 | (GClassInitFunc) ndmp_device_class_init, | ^ -
ndmp-device.c:2198:13: warning: cast between incompatible function types from ‘void (*)(NdmpDevice *)’ {aka ‘void (*)(struct NdmpDevice_ *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 2198 | (GInstanceInitFunc) ndmp_device_init, | ^ -
ndmp-device.c:2333:13: warning: cast between incompatible function types from ‘void (*)(DirectTCPConnectionNDMPClass *)’ {aka ‘void (*)(struct DirectTCPConnectionNDMPClass_ *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 2333 | (GClassInitFunc) directtcp_connection_ndmp_class_init, | ^ -
s3-device.c:1203:13: warning: cast between incompatible function types from ‘void (*)(S3DeviceClass *)’ {aka ‘void (*)(struct _S3DeviceClass *)’} to ‘void (*)(void *, void *)’ [-Wcast-function-type] 1203 | (GClassInitFunc) s3_device_class_init, | ^ -
s3-device.c:1208:13: warning: cast between incompatible function types from ‘void (*)(S3Device *)’ {aka ‘void (*)(struct _S3Device *)’} to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 1208 | (GInstanceInitFunc) s3_device_init, | ^ -
s3.c:4554:1: warning: conflicting types for ‘oauth2_get_access_token’ due to enum/integer mismatch; have ‘s3_result_t(S3Handle *)’ [-Wenum-int-mismatch] 4554 | oauth2_get_access_token( | ^~~~~~~~~~~~~~~~~~~~~~~ -
s3.c:3360:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 3360 | curl_easy_setopt(hdl->curl, CURLOPT_FOLLOWLOCATION, 1); | ^ -
s3.c:3361:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 3361 | curl_easy_setopt(hdl->curl, CURLOPT_UNRESTRICTED_AUTH, 1); | ^ -
s3.c:3362:13: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 3362 | curl_easy_setopt(hdl->curl, CURLOPT_MAXREDIRS, 5); | ^ -
s3.c:2570:26: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 2570 | if ((curl_code = curl_easy_setopt(hdl->curl, CURLOPT_NOSIGNAL, TRUE))) | ^ -
s3.c:2578:26: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 2578 | if ((curl_code = curl_easy_setopt(hdl->curl, CURLOPT_VERBOSE, hdl->verbose))) | ^ -
s3.c:2588:26: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 2588 | if ((curl_code = curl_easy_setopt(hdl->curl, CURLOPT_NOPROGRESS, 1))) | ^ -
s3.c:2590:26: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 2590 | if ((curl_code = curl_easy_setopt(hdl->curl, CURLOPT_FOLLOWLOCATION, 1))) | ^ -
s3.c:2610:30: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 2610 | if ((curl_code = curl_easy_setopt(hdl->curl, CURLOPT_NOPROGRESS,0))) | ^ -
s3.c:2657:26: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 2657 | if ((curl_code = curl_easy_setopt(hdl->curl, CURLOPT_HTTPGET, curlopt_httpget))) | ^ -
s3.c:2659:26: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 2659 | if ((curl_code = curl_easy_setopt(hdl->curl, CURLOPT_UPLOAD, curlopt_upload))) | ^ -
s3.c:2661:26: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 2661 | if ((curl_code = curl_easy_setopt(hdl->curl, CURLOPT_POST, curlopt_post))) | ^ -
s3.c:2663:26: warning: call to 'Wcurl_easy_setopt_err_long' declared with attribute warning: curl_easy_setopt expects a long argument [-Wattribute-warning] 2663 | if ((curl_code = curl_easy_setopt(hdl->curl, CURLOPT_NOBODY, curlopt_nobody))) | ^ -
xfer-source-holding.c:739:13: warning: cast between incompatible function types from ‘void (*)(XferSourceHoldingClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 739 | (GClassInitFunc) class_init, | ^ -
xfer-source-holding.c:744:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 744 | (GInstanceInitFunc) instance_init, | ^ -
xfer-dest-holding.c:1100:13: warning: cast between incompatible function types from ‘void (*)(XferDestHoldingClass *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 1100 | (GClassInitFunc) class_init, | ^ -
xfer-dest-holding.c:1105:13: warning: cast between incompatible function types from ‘void (*)(XferElement *)’ to ‘void (*)(GTypeInstance *, void *)’ {aka ‘void (*)(struct _GTypeInstance *, void *)’} [-Wcast-function-type] 1105 | (GInstanceInitFunc) instance_init, | ^ -
xfer-dest-holding.c:944:9: warning: ‘strncpy’ specified bound 256 equals destination size [-Wstringop-truncation] 944 | strncpy(self->chunk_header->cont_filename, cont_filename, sizeof(self->chunk_header->cont_filename)); | ^ -
find.c:62:24: warning: variable ‘logs’ set but not used [-Wunused-but-set-variable=] 62 | int tape, maxtape, logs; | ^~~~ -
planner.c:1815:24: warning: variable ‘nb_server’ set but not used [-Wunused-but-set-variable=] 1815 | int nb_client = 0, nb_server = 0; | ^~~~~~~~~ -
planner.c:1815:9: warning: variable ‘nb_client’ set but not used [-Wunused-but-set-variable=] 1815 | int nb_client = 0, nb_server = 0; | ^~~~~~~~~ -
amcheck.c:1150:24: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1150 | if ((lastslash = strrchr((const char *)tape_dir, '/')) != NULL) { | ^ -
amcheck.c:1986:25: warning: variable ‘count’ set but not used [-Wunused-but-set-variable=] 1986 | int count = 0; | ^~~~~ -
amcheck.c:2092:12: warning: variable ‘req_len’ set but not used [-Wunused-but-set-variable=] 2092 | size_t req_len = 0; | ^~~~~~~ -
amrecover.c:232:5: warning: ‘__strncpy_chk’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 232 | strncpy(buffer, cmd, strlen(cmd)); | ^ -
uscan.c:1581:16: warning: ‘input’ defined but not used [-Wunused-function] 1581 | #else | ^ -
extract_list.c:904:9: warning: variable ‘dir_entries’ set but not used [-Wunused-but-set-variable=] 904 | int dir_entries; | ^~~~~~~~~~~ -
uscan.c:1493:16: warning: ‘input’ defined but not used [-Wunused-function] 1493 | #else | ^ -
extract_list.c:599:9: warning: variable ‘dir_entries’ set but not used [-Wunused-but-set-variable=] 599 | int dir_entries; | ^~~~~~~~~~~ -
Amanda/IPC/Binary.c:2068:14: warning: unused variable ‘nargs’ [-Wunused-variable] 2068 | int i, nargs; | ^~~~~ -
Amanda/IPC/Binary.c:2347:14: warning: unused variable ‘nargs’ [-Wunused-variable] 2347 | int i, nargs; | ^~~~~ -
Amanda/Disklist.c:1724:9: warning: unused variable ‘disksarray’ [-Wunused-variable] 1724 | AV *disksarray; | ^~~~~~~~~~ -
Amanda/Disklist.c:1807:13: warning: unused variable ‘dlist’ [-Wunused-variable] 1807 | GList *dlist; | ^~~~~ -
Amanda/Disklist.c:1806:16: warning: unused variable ‘list’ [-Wunused-variable] 1806 | disklist_t list; | ^~~~ -
Amanda/Disklist.c:1805:20: warning: unused variable ‘errlev’ [-Wunused-variable] 1805 | cfgerr_level_t errlev; | ^~~~~~ -
Amanda/NDMP.c:2330:10: warning: variable ‘_saved’ set but not used [-Wunused-but-set-variable=] 2330 | SV * _saved[2] ; | ^~~~~~ -
Amanda/NDMP.c:2324:14: warning: unused variable ‘datain_buf9’ [-Wunused-variable] 2324 | gpointer datain_buf9 ; | ^~~~~~~~~~~ -
Amanda/NDMP.c:2656:10: warning: variable ‘_saved’ set but not used [-Wunused-but-set-variable=] 2656 | SV * _saved[1] ; | ^~~~~~ -
/usr/lib64/perl5/CORE/pp.h:215:26: warning: value computed is not used [-Wunused-value] 215 | # define POPs (*sp--) | ~^~~~~~ -
Amanda/Archive.c:2796:10: warning: variable ‘_saved’ set but not used [-Wunused-but-set-variable=] 2796 | SV * _saved[1] ; | ^~~~~~ -
Amanda/Logfile.c:3221:16: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=] 3221 | int len, i; | ^ -
Amanda/Tests.c:2241:5: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] 2241 | thd = g_thread_create(thread_fn, (gpointer)&data, TRUE, NULL); | ^~~ -
Amanda/Device.c:1717:13: warning: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead [-Wdeprecated-declarations] 1717 | sv_setiv(sv, g_value_get_char(value)); | ^~~~~~~~ -
Amanda/Device.c:1804:17: warning: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead [-Wdeprecated-declarations] 1804 | g_value_set_char(value, val); | ^~~~~~~~~~~~~~~~ -
Amanda/Xfer.c:2855:7: warning: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 2855 | arg2 = g_memdup(pat, len); | ^~~~ -
Amanda/Util.c:2125:5: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 2125 | GTimeVal t; | ^~~~~~~~ -
Amanda/Util.c:2126:5: warning: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 2126 | g_get_current_time(&t); | ^~~~~~~~~~~~~~~~~~ -
Amanda/Util.c:2623:11: warning: unused variable ‘sv’ [-Wunused-variable] 2623 | SV *sv; | ^~ -
Amanda/Config.c:1947:1: warning: control reaches end of non-void function [-Wreturn-type] 1947 | } | ^ -
Amanda/Config.c:2360:1: warning: control reaches end of non-void function [-Wreturn-type] 2360 | } | ^