diff --git a/sdn.cpp b/sdn.cpp index bd71a50..d4ce0d7 100644 --- a/sdn.cpp +++ b/sdn.cpp @@ -1064,7 +1064,7 @@ fun load_bindings () { // Stringization in the preprocessor is a bit limited, we want lisp-case map actions; - int a; + int a = 0; for (auto p : g_action_names) { string name; for (; *p; p++)