summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationscripthandler.cpp
diff options
context:
space:
mode:
authorZi Ree <81702435+zi-ree@users.noreply.github.com>2024-07-12 18:08:56 +0200
committerGitHub <noreply@github.com>2024-07-12 19:08:56 +0300
commitaf93e581929f79b9a21ead6fca0a3c58c498b0d5 (patch)
tree8583f07594472ff66be59fabb549b2495b91abe6 /indra/newview/llnotificationscripthandler.cpp
parentbecdc46bdc319b513e24f4338f6b8d95fab45575 (diff)
Initialize array before use (#2011)
gcc detects usage of this array as uninitialized, so make sure it's initialized. I am not sure if this is a legitimate warning, or if the code guarantees the array gets initialized before use in lines 140-142 and this is a performance optimization.
Diffstat (limited to 'indra/newview/llnotificationscripthandler.cpp')
0 files changed, 0 insertions, 0 deletions