Dimitry Andric 8ebfbdbef8 In ncurses baudrate definitions, avoid warnings about implicit
conversions from int to short changing the values.  This applies to
B38400 and higher, since their values do not fit into a short.

However, since the wrapped values are still unique, and they only serve
as keys, there is no problem in adding a cast to silence the warnings.
This also avoids changing the ABI, which would happen if we changed
NCURSES_OSPEED to int.

Discussed with:	Thomas Dickey
MFC after:	1 week
2016-08-27 20:33:19 +00:00
..
2016-07-01 05:48:45 +00:00
2016-06-27 01:29:17 +00:00
2016-06-30 14:53:46 +00:00
2016-06-09 06:10:20 +00:00
2016-08-26 23:50:44 +00:00
2016-07-30 01:16:06 +00:00
2016-08-03 20:21:58 +00:00
2016-06-05 11:56:03 +00:00
2016-07-03 01:35:27 +00:00
2016-07-23 11:55:15 +00:00
2016-06-03 08:00:22 +00:00
2016-07-20 03:52:04 +00:00
2016-08-24 12:32:24 +00:00