Skip to content
Snippets Groups Projects
Commit 9047c140 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix compiling on Ubuntu 16.04 gcc

parent c457d3fc
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ namespace ctk = ChimeraTK;
static constexpr char deviceCDD[] = "(ExceptionDummy?map=test.map)";
static constexpr char exceptionMessage[] = "DEBUG: runtime error intentionally cased in device initialisation";
static std::atomic<bool> throwInInitialisation = false;
static std::atomic<bool> throwInInitialisation{false};
static std::atomic<int32_t> var1{0};
static std::atomic<int32_t> var2{0};
static std::atomic<int32_t> var3{0};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment