summaryrefslogtreecommitdiff
path: root/avr/cmd_loadcpm3.c
diff options
context:
space:
mode:
authorLeo C2015-06-01 23:29:55 +0200
committerLeo C2015-06-01 23:29:55 +0200
commitad9bc17c8ecab1f0bbd26f2270d4d396f4bc5e52 (patch)
tree0ce8f07e46c5447f7e3d1abd28a53904a431c8d4 /avr/cmd_loadcpm3.c
parenta8eb521f94848a627a3fe470e34f62b13c157d34 (diff)
downloadz180-stamp-hexrel-6.2.zip
switch fifos conin,conouthexrel-6.2
Diffstat (limited to 'avr/cmd_loadcpm3.c')
-rw-r--r--avr/cmd_loadcpm3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avr/cmd_loadcpm3.c b/avr/cmd_loadcpm3.c
index fd685b2..3f1bbe1 100644
--- a/avr/cmd_loadcpm3.c
+++ b/avr/cmd_loadcpm3.c
@@ -55,6 +55,7 @@ int load(FIL *File, uint16_t addr, uint8_t len)
return 0;
}
+#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
command_ret_t do_loadcpm3(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{