Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See ccawley2011's pull at https://github.com/scummvm/scummvm/pull/1900
|
|
|
|
|
|
This reverts commit a14550d7f1893be72a59f3653cf9e69a43b9077a.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These were from -Wignored-qualifiers. Adding the const keyword to the
cast does not do anything since the assignment target is qualified by
const in any case hence this is ignored and generates a warning.
|
|
|
|
|
|
|