Skip to content
Snippets Groups Projects
Commit 0302d1e5 authored by Martin's avatar Martin Committed by Xiaoyi Zhang
Browse files

supppress unused variable warning for gcc (#372)

gcc complains with: 
```
'stacktraces_enabler' defined but not used [-Wunused-variable] 
static int stacktraces_enabler = []() { 
```
parent 262d74ba
No related branches found
No related tags found
Loading
Loading
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