Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03835 Compiling Minor Always May 8, 2010, 10:54 Oct 19, 2010, 14:17
Tester Firewave View Status Public Platform MAME (Self-compiled)
Assigned To Resolution Fixed OS Windows XP (64-bit)
Status [?] Resolved Driver
Version 0.137u4 Fixed in Version 0.140 Build Debug
Fixed in Git Commit Github Pull Request #
Summary 03835: Visual Studio compiler warning in src\mame\video\n64.c
Description Visual Studio reports the following warning:

src\mame\video\n64.c(1704) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)

IIRC there was some change from int to bool in the code, but I haven't reviewed the changes and have no idea how to fix this.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
2
User avatar
No.06056
Tafoid
Administrator
May 8, 2010, 12:08
Acknowledged and adjusted driver. Keep in mind that Visual Studio adjustments are not a priority as it is not the official toolset for compiling MAME.
User avatar
No.06781
aaron
Developer
Oct 19, 2010, 14:17
Seems to be fixed now.