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
.github
LICENSES
audio
backends
base
common
devtools
dists
doc
engines
graphics
gui
icons
image
math
po
test
video
.clang-format -rw-r--r-- 667 bytes
.clang-tidy -rw-r--r-- 265 bytes
.editorconfig -rw-r--r-- 202 bytes
.gitattributes -rw-r--r-- 189 bytes
.gitignore -rw-r--r-- 4.8 KB
.gitmodules -rw-r--r-- 152 bytes
AUTHORS -rw-r--r-- 36.7 KB
CONTRIBUTING.md -rw-r--r-- 599 bytes
COPYING -rw-r--r-- 34.3 KB
COPYRIGHT -rw-r--r-- 8.2 KB
Makefile -rw-r--r-- 5.0 KB
Makefile.common -rw-r--r-- 15.4 KB
NEWS.md -rw-r--r-- 119.1 KB
README.md -rw-r--r-- 4.9 KB
TODO -rw-r--r-- 114 bytes
config.guess -rwxr-xr-x 48.3 KB
config.sub -rwxr-xr-x 34.6 KB
configure -rwxr-xr-x 174.0 KB
engines.awk -rwxr-xr-x 10.8 KB
plugin.exp -rw-r--r-- 76 bytes
ports.mk -rw-r--r-- 22.7 KB
rules.mk -rw-r--r-- 3.3 KB

README.md

back to top