summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-24 10:21:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-24 11:56:49 +0100
commita0d6c5dd9bf359d8428f26701acb6b2036b4417c (patch)
tree8e4410d4a6f838439dde67b098a85bdfe7228367 /store
parentef7cc64d8b5044251d6e31ca24aeb0ac11818e5d (diff)
WaE: MSVC2008 C4530 exception handler without unwind semantics
Diffstat (limited to 'store')
-rw-r--r--store/source/makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/source/makefile.mk b/store/source/makefile.mk
index c7ae53d97da0..4263a57a6e59 100644
--- a/store/source/makefile.mk
+++ b/store/source/makefile.mk
@@ -29,6 +29,7 @@ PRJ=..
PRJNAME=store
TARGET=store
+ENABLE_EXCEPTIONS=TRUE
# --- Settings ---