https://github.com/scummvm/scummvm
Revision 3ef9fb93fd38790edca3ae24159eebd16950a9c3 authored by Orgad Shaneh on 02 June 2022, 19:18:00 UTC, committed by neuromancer on 03 June 2022, 18:59:23 UTC
Reported by GCC 12:

../scummvm/engines/hypno/cursors.cpp:146:96: warning: the address of 'Hypno::HypnoEngine::_pixelFormat' will never be NULL [-Waddress]
  146 |         CursorMan.replaceCursor(entry->getPixels(), entry->w, entry->h, hotspotX, hotspotY, 0, &_pixelFormat);
      |                                                                                                ^~~~~~~~~~~~~
1 parent a14948d
History
Tip revision: 3ef9fb93fd38790edca3ae24159eebd16950a9c3 authored by Orgad Shaneh on 02 June 2022, 19:18:00 UTC
HYPNO: Add a missing argument in function call
Tip revision: 3ef9fb9
File Mode Size
audio
common
cxxtest
engines
image
math
.gitignore -rw-r--r-- 13 bytes
README -rw-r--r-- 220 bytes
module.mk -rw-r--r-- 2.6 KB
null_osystem.cpp -rw-r--r-- 541 bytes
null_osystem.h -rw-r--r-- 234 bytes

README

back to top