Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Helps with loading times on systems with slow storage.
|
|
These are flagged by GCC -Wsign-compare.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes GK1 Mac intro and other slideshow movies
|
|
|
|
|
|
|
|
|
|
|
|
KQ7, Phant1, and others have more than 9 "Data" files
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
Fixes bug #11222
|
|
|
|
|
|
|
|
|
|
This reverts commit a328e49dc549295c14b188d158d18b288d8a0c45 thus
reinstating commit 31c3b4cd3276f9fa40adef6380951903189de796
Details in #1904
|
|
This reverts commit 31c3b4cd3276f9fa40adef6380951903189de796.
The engine is nut enabled by default, so there is no point for these
flags.
|
|
|
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
See ccawley2011's pull at https://github.com/scummvm/scummvm/pull/1900
|
|
|
|
This was flagged by GCC -Wlogical-op as the inverted logical operation
was causing these checks to always return true.
|
|
|
|
|
|
|
|
|
|
|
|
|