X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bba965d6d668b130e627aa93998529bbcbed14a4..e3f9e20cb15c62bd347a8e52d2d36529adbdb3d6:/contrib/src/deprecated/wxexpr.cpp?ds=inline diff --git a/contrib/src/deprecated/wxexpr.cpp b/contrib/src/deprecated/wxexpr.cpp index f8450343cb..24ce21acc3 100644 --- a/contrib/src/deprecated/wxexpr.cpp +++ b/contrib/src/deprecated/wxexpr.cpp @@ -1020,7 +1020,7 @@ void wxExprDatabase::Append(wxExpr *clause) if (expr) { long functor_key = hash_table->MakeKey(WXSTRINGCAST functor); - long value_key = 0; + long value_key; if (expr && expr->Type() == wxExprString) { value_key = hash_table->MakeKey(WXSTRINGCAST expr->StringValue());