summaryrefslogtreecommitdiff
path: root/src/dpl/core/src/assert.cpp
diff options
context:
space:
mode:
authorDongsun Lee <ds73.lee@samsung.com>2020-01-15 16:07:06 +0900
committerDongsun Lee <ds73.lee@samsung.com>2020-01-15 16:07:06 +0900
commit9a14623f4506cd3bbe6ad87b8be252c281c33209 (patch)
tree73623962df29b43cb03e9faad44f4194d136067f /src/dpl/core/src/assert.cpp
parentb3b9ae9171e47e03983d591bd24288fde4d6347a (diff)
downloadcert-checker-9a14623f4506cd3bbe6ad87b8be252c281c33209.tar.gz
cert-checker-9a14623f4506cd3bbe6ad87b8be252c281c33209.tar.bz2
cert-checker-9a14623f4506cd3bbe6ad87b8be252c281c33209.zip
Fix build failures with new toolchain(gcc 9)submit/tizen/20200116.002215accepted/tizen/unified/20200116.112257
Change-Id: I1df2b3d4776655f6f3331df20995e33748a0242a Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
Diffstat (limited to 'src/dpl/core/src/assert.cpp')
-rw-r--r--src/dpl/core/src/assert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpl/core/src/assert.cpp b/src/dpl/core/src/assert.cpp
index acaa958..489beaa 100644
--- a/src/dpl/core/src/assert.cpp
+++ b/src/dpl/core/src/assert.cpp
@@ -56,7 +56,7 @@ void AssertProc(const char *condition,
INTERNAL_LOG("### Function: " << function);
INTERNAL_LOG(
"################################################################################");
- } catch (Exception) {
+ } catch (Exception&) {
// Just ignore possible double errors
}