Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Unused Entity Issue Group
- /Users/Dominus/Code/Git/exult-ios-playground/shapes/fontgen.cc:40:13: Unused function 'Gen_shadow'
- Semantic Issue Group
- /actors.h:685:17: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/readnpcs.cc:30:10: In file included from /Users/Dominus/Code/Git/exult-ios-playground/readnpcs.cc:30:
- /monsters.h:24:10: In file included from ../monsters.h:24:
- /actors.h:685:3: Cast expression to void to silence warning
- Code snippet:
- virtual void get_schedules(Schedule_change *&list, int &cnt) {
- list = nullptr, cnt = 0;
- }
- /Users/Dominus/Code/Git/exult-ios-playground/objs/chunkter.cc:113:42: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/objs/chunkter.cc:113:5: Cast expression to void to silence warning
- code snip:
- Chunk_terrain::Chunk_terrain...
- } else {
- shnum = data[0] + 256 * (data[1] & 3),
- /Users/Dominus/Code/Git/exult-ios-playground/schedule.cc:4583:13: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/schedule.cc:4583:4: Cast expression to void to silence warning
- code snip:
- if (stove) // hide dough
- offX = -3, offY = 0, offZ = -2;
- /Users/Dominus/Code/Git/exult-ios-playground/gamewin.cc:2127:30: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/gamewin.cc:2127:3: Cast expression to void to silence warning
- code snip:
- if (obj) {
- shnum = obj->get_shapenum(), frnum = obj->get_framenum();
- /Users/Dominus/Code/Git/exult-ios-playground/gamemap.cc:902:33: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/gamemap.cc:902:11: Cast expression to void to silence warning
- code snip:
- // Go through entries.
- while (((entlen = ireg->read1(), !ireg->eof()))) {
- int extended = 0; // 1 for 2-byte shape #'s.
- /Users/Dominus/Code/Git/exult-ios-playground/exult.cc:1767:24: Code will never be executed
- code snip:
- g_waiting_for_click = false;
- return false; // Shouldn't get here.
- /Users/Dominus/Code/Git/exult-ios-playground/exult.cc:2148:9: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/exult.cc:2148:3: Cast expression to void to silence warning
- code snip:
- sc = 1, sclr = Image_window::point; (in oid BuildGameMap(BaseGameInfo *game, int mapnum))
- /Users/Dominus/Code/Git/exult-ios-playground/exult.cc:2222:34: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/exult.cc:2222:4: Cast expression to void to silence warning
- code snip: (in ifdef iphoneos)
- if (SDL_GetDesktopDisplayMode(0, &dispmode) == 0) {
- w = dispmode.w, h = dispmode.h, sc = 1;
- /Users/Dominus/Code/Git/exult-ios-playground/exult.cc:2225:11: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/exult.cc:2225:4: Cast expression to void to silence warning
- code snip: (same ifdfe iphoneos)
- else
- w = 320, h = 240, sc = 1;
- /Users/Dominus/Code/Git/exult-ios-playground/exult.cc:2249:12: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/exult.cc:2249:4: Cast expression to void to silence warning
- code snip:
- } else {
- resx = w, resy = h;
- /Users/Dominus/Code/Git/exult-ios-playground/gumps/Gump_manager.cc:508:27: Variable 'gx' is uninitialized when used here
- /Users/Dominus/Code/Git/exult-ios-playground/gumps/Gump_manager.cc:459:8: Initialize the variable 'gx' to silence this warning
- /Users/Dominus/Code/Git/exult-ios-playground/gumps/Gump_manager.cc:508:31: Variable 'gy' is uninitialized when used here
- /Users/Dominus/Code/Git/exult-ios-playground/gumps/Gump_manager.cc:460:8: Initialize the variable 'gy' to silence this warning
- /Users/Dominus/Code/Git/exult-ios-playground/gumps/Gump.cc:144:40: Possible misuse of comma operator here
- /Users/Dominus/Code/Git/exult-ios-playground/gumps/Gump.cc:144:2: Cast expression to void to silence warning
- code snip:
- void Gump::get_shape_location(
- const Game_object *obj,
- int &ox, int &oy
- ) const {
- ox = x + object_area.x + obj->get_tx(),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement