Previous 199869 Revisions Next

r31991 Monday 8th September, 2014 at 12:11:56 UTC by Oliver Stöneberg
unreachable code warning fixes for tools (nw)
[src/mess/tools/imgtool/modules]hp48.c psion.c
[src/tools]nltool.c

trunk/src/tools/nltool.c
r31990r31991
182182            vprintf(format, ap);
183183            printf("\n");
184184            throw;
185            break;
186185      }
187186   }
188187
trunk/src/mess/tools/imgtool/modules/hp48.c
r31990r31991
297297
298298      }
299299
300      return -1;
300      // never executed
301      //return -1;
301302}
302303
303304
trunk/src/mess/tools/imgtool/modules/psion.c
r31990r31991
242242               stream_seek(source, -1, SEEK_CUR);
243243         case '\n':
244244            return line;
245            break;
246245         default:
247246            line[pos++] = data;
248247            break;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team