Skip to content
Snippets Groups Projects
Commit 1cb108f2 authored by Roman Tokarev's avatar Roman Tokarev
Browse files

[core] enclose 'cat_filename' definiton by '#ifdef STORAGE'

parent 0b5aba19
No related merge requests found
......@@ -307,7 +307,9 @@ initialize_minimal()
int
main(int argc, char **argv)
{
#ifdef STORAGE
const char *cat_filename = NULL;
#endif
const char *cfg_paramname = NULL;
#if CORO_ASM
......
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