Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03771 Compiling Major Always Mar 11, 2010, 00:07 Sep 20, 2012, 08:25
Tester Malice View Status Public Platform MAME (Self-compiled)
Assigned To Resolution No change required OS
Status [?] Closed Driver
Version 0.136u4 Fixed in Version Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary 03771: softfloat.c: Warning when compiling with msvc 2005.
Description Compiling src/lib/softfloat/softfloat.c...
softfloat.c
c:\mame_source\0136\src\lib\softfloat\softfloat-specialize(159) : error C2220: w
arning treated as error - no 'object' file generated
c:\mame_source\0136\src\lib\softfloat\softfloat-specialize(159) : warning C4287:
 '<' : unsigned/negative constant mismatch
c:\mame_source\0136\src\lib\softfloat\softfloat-specialize(354) : warning C4287:
 '<=' : unsigned/negative constant mismatch
src\lib\softfloat\softfloat.c(455) : warning C4287: '<' : unsigned/negative cons
tant mismatch
src\lib\softfloat\softfloat.c(700) : warning C4287: '<' : unsigned/negative cons
tant mismatch
make: *** [obj/windows/vmame64/lib/softfloat/softfloat.o] Error 2
Steps To Reproduce
Additional Information This warning does not occur compiling MAME 0136.
Github Commit
Flags
Regression Version
Affected Sets / Systems softfloat.c
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.05857
knkcn
Tester
Mar 12, 2010, 12:14
add "#pragma warning (disable:4287)" to softfloat-specialize
User avatar
No.08921
Firewave
Senior Tester
Sep 20, 2012, 08:25
I don't see any compiler warning using VS2010 or VS2012 with 0.147