stacktrace_generic-inl.inc
3.33 KB
-
supppress unused variable warning for gcc (#372) · 0302d1e5
gcc complains with: ``` 'stacktraces_enabler' defined but not used [-Wunused-variable] static int stacktraces_enabler = []() { ```Martin committed