compiler.h: add redundant cast to quiet Watcom warning
commite90a89abe47bfc1146f1a2a77409ce103789d9f8
authorH. Peter Anvin <hpa@zytor.com>
Wed, 1 Mar 2017 08:52:48 +0000 (1 00:52 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 1 Mar 2017 08:52:48 +0000 (1 00:52 -0800)
tree459fc79b61ae683859b877c019e28a96609123e0
parente29c7bb241c912c7043f9c9a81669abbfd749a3e
compiler.h: add redundant cast to quiet Watcom warning

Add a redundant cast in watcom_switch_hack() to quiet a Watcom
warning, and remove open-coded implementation of the Watcom switch
hack.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
include/compiler.h
output/outobj.c