Commodore64: Disable some warnings in CIA-2 about unused variables (for now)
This commit is contained in:
parent
c71aaf4e4a
commit
a7491f4e8f
|
@ -4,6 +4,10 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using BizHawk.Common;
|
||||
|
||||
#pragma warning disable 0169
|
||||
#pragma warning disable 0414
|
||||
#pragma warning disable 0649
|
||||
|
||||
// thanks to these fine folks for their research on this buggy as hell chip:
|
||||
// Simon White (s_a_white@email.com)
|
||||
// Antti S. Lankila "alankila"
|
||||
|
|
Loading…
Reference in New Issue