]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blobdiff - rpp-test-sw/commands/cmd_port.c
Do not issue warning about unreachable code
[pes-rpp/rpp-test-sw.git] / rpp-test-sw / commands / cmd_port.c
index 5f404d73bc08b06b735770f365086917a40ce151..c8ed23df7880307fa7a8ab7653510fb6c6f4b135 100644 (file)
@@ -203,7 +203,9 @@ int cmd_do_port_val(cmd_io_t *cmd_io, const struct cmd_des *des, char *param[])
                        return -CMDERR_NODEV;
                }
        }
-       return 0;
+#pragma diag_remark 112
+       return 0; //warning #112-D: statement is unreachable
+#pragma diag_warning 112
 }
 
 #endif  /* DOCGEN */