Previous 199869 Revisions Next

r30991 Monday 16th June, 2014 at 07:37:06 UTC by Oliver Stöneberg
added comment to lua modification (nw)
[src/lib/lua/lib]lsqlite3.c

trunk/src/lib/lua/lib/lsqlite3.c
r30990r30991
205205}
206206
207207static int stepvm(lua_State *L, sdb_vm *svm) {
208   // MAME: fixed Visual Studio compiler warning lsqlite3.c(235) : warning C4701: potentially uninitialized local variable 'result' used
208209    int result = 0;
209210    int loop_limit = 3;
210211    while ( loop_limit-- ) {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team