diff options
author | D G Turner | 2014-04-18 14:59:49 +0100 |
---|---|---|
committer | D G Turner | 2014-04-18 14:59:49 +0100 |
commit | 4598b3b2d92a75de5970d31692b0c0da14f0fb46 (patch) | |
tree | 8c243f4f30d631a98e9fb5d722df3ab274210a10 /engines/scumm/script_v4.cpp | |
parent | de3f81845a33f2656003bcb8b22cc806a0d6cd5e (diff) | |
download | scummvm-rg350-4598b3b2d92a75de5970d31692b0c0da14f0fb46.tar.gz scummvm-rg350-4598b3b2d92a75de5970d31692b0c0da14f0fb46.tar.bz2 scummvm-rg350-4598b3b2d92a75de5970d31692b0c0da14f0fb46.zip |
SCI: Inhibit spurious GCC warnings in script patching code.
The two relevant variables upon inspection of the current code should
not be used uninitialized as per the compiler linter warning, but
removing this by adding a zero initialization is simple.
It is also good practice and should prevent future issues if the code
is modified.
Diffstat (limited to 'engines/scumm/script_v4.cpp')
0 files changed, 0 insertions, 0 deletions