Commodore64: Disable some warnings in CIA-2 about unused variables (for now)

This commit is contained in:
saxxonpike 2014-10-21 18:30:01 +00:00
parent c71aaf4e4a
commit a7491f4e8f
1 changed files with 4 additions and 0 deletions

View File

@ -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"