Remove goto keyword at gif-loading.cpp + Print error log 23/300323/4
authorEunki Hong <eunkiki.hong@samsung.com>
Sat, 21 Oct 2023 16:10:00 +0000 (01:10 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 27 Oct 2023 10:46:06 +0000 (19:46 +0900)
commitba57f2bc301ef9b3b598429d47d3f1ac58869173
tree15f20669d1fe02a4a56224d11e93a13b1490a970
parentfd5ee120340e5faabbda7594ca80c49e141b18ef
Remove goto keyword at gif-loading.cpp + Print error log

Let we print logs when gif loading failed. (Since we already
have useful macro, let we just use it.)

And also, remove some 'goto' keyword, so c++ developer
don't feel dizzy

Change-Id: I9af1fb251a3736043ea734574282055f3d977f92
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
dali/internal/imaging/common/gif-loading.cpp