From 4ee337edad004fb09ca01a02c6c84ebc1f6611ae Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sat, 13 Nov 2021 16:10:03 -0500 Subject: [PATCH] IBM360: Removed sign unsigned warning on windows. --- IBM360/ibm360_dasd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IBM360/ibm360_dasd.c b/IBM360/ibm360_dasd.c index 8bfba56..402ac5d 100644 --- a/IBM360/ibm360_dasd.c +++ b/IBM360/ibm360_dasd.c @@ -529,7 +529,7 @@ t_stat dasd_srv(UNIT * uptr) int state; int count; int trk; - int hd; + unsigned int hd; int i; int rd = ((cmd & 0x3) == 0x1) | ((cmd & 0x3) == 0x2); uint8 *rec;