Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
overload-misses.
|
|
|
|
Fix clang warnings
|
|
|
|
The original has the call there too, as confirmed using
the disasm of the gob3 binary.
This fixes bug #3611208.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(complete previous commit)
|
|
|
|
Reading an array without using the resulting value has no effect.
In any case, this code still looks like it may be broken, so somebody
who knows more about AGI should perhaps investigate this closer.
|
|
|
|
|
|
This silences a clang warning
|
|
This silences a clang warning. It seems like a good idea, too: non-ASCII
chars in string constants are prone to break as a result of (possibly
unintentional) encoding conversions (which one can configure git to
perform).
|
|
All instances uncovered by clang warnings.
|
|
All instances uncovered by clang warnings.
|
|
This affects the Console / debugger classes of multiple engines.
An alternative solution would have been to remove the unused _vm
member vars. However, it seems likely that in the future, the _vm
member could be useful for methods added to the console. So instead,
we add a simple assert(_vm) to silence the clang warning.
|
|
|
|
|
|
This fixes compatibility issues with clang when using -enable-Werror:
clang generates a warning when being passed both "-c" and linker-only
flags like "-L" or "-l". Combined with -Werror, this causes a spurious
configure failure.
|
|
|
|
|
|
SWORD25: Silence warning in the Lua code
|
|
This fixes warnings like this that crop up when compiling sword25
with Apple clang 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
|
|
gui_eob.cpp
|
|
|
|
|
|
possible out of bounds access)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
possible null ptr deref)
|