aboutsummaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorPjotr Prins2017-12-07 09:16:25 +0000
committerPjotr Prins2017-12-07 09:16:25 +0000
commit87223540e63f6da7ea085c1379deacc23b6ba5dc (patch)
tree2a1e1991afed471748e8212c75e13c11e756008c /src/debug.cpp
parent29df576cca8052e4aa9142ce1bb0ab490b864976 (diff)
downloadpangemma-87223540e63f6da7ea085c1379deacc23b6ba5dc.tar.gz
Some more overflow checks
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 4e57e3e..a4d2562 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -40,6 +40,7 @@ bool is_quiet_mode() { return debug_quiet; };
bool is_issue(uint issue) { return issue == debug_issue; };
bool is_legacy_mode() { return debug_legacy; };
+
/*
Helper function to make sure gsl allocations do their job because
gsl_matrix_alloc does not initiatize values (behaviour that changed