comparison src/xs_sidplay2.cpp @ 1002:ede5374e9294

Fix some warnings.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Dec 2013 07:48:44 +0200
parents be2a8436461a
children
comparison
equal deleted inserted replaced
1001:fe9e84de906b 1002:ede5374e9294
165 gboolean xs_sidplay2_load(XSEngineState * state, gchar * filename) 165 gboolean xs_sidplay2_load(XSEngineState * state, gchar * filename)
166 { 166 {
167 XSSIDPlay2 *engine; 167 XSSIDPlay2 *engine;
168 guint8 *buf = NULL; 168 guint8 *buf = NULL;
169 size_t bufSize; 169 size_t bufSize;
170 gint i;
171 170
172 XSDEBUG("SIDPlay2 backend initializing.\n"); 171 XSDEBUG("SIDPlay2 backend initializing.\n");
173 172
174 /* Allocate internal structures */ 173 /* Allocate internal structures */
175 engine = new XSSIDPlay2(); 174 engine = new XSSIDPlay2();