diff --git a/cpp/src/jit/cache.cpp b/cpp/src/jit/cache.cpp index f79c82aa0db..cb401c184ee 100644 --- a/cpp/src/jit/cache.cpp +++ b/cpp/src/jit/cache.cpp @@ -97,7 +97,7 @@ std::string get_program_cache_dir() { #if defined(JITIFY_USE_CACHE) return get_cache_dir().string(); -#elif +#else return {}; #endif }