mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 20:44:20 +00:00
suppress compiler warning on mac
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1418,7 +1418,7 @@ term_echotc(EditLine *el, int argc, const char **argv)
|
|||||||
}
|
}
|
||||||
(void) fprintf(el->el_outfile, fmtd, 0);
|
(void) fprintf(el->el_outfile, fmtd, 0);
|
||||||
#else
|
#else
|
||||||
(void) fprintf(el->el_outfile, fmtd, el->el_tty.t_speed);
|
(void) fprintf(el->el_outfile, fmtd, (int) el->el_tty.t_speed);
|
||||||
#endif
|
#endif
|
||||||
return (0);
|
return (0);
|
||||||
} else if (strcmp(*argv, "rows") == 0 || strcmp(*argv, "lines") == 0) {
|
} else if (strcmp(*argv, "rows") == 0 || strcmp(*argv, "lines") == 0) {
|
||||||
|
Reference in New Issue
Block a user