Skip to content

Commit

Permalink
Merge pull request #35588 from ifreund/fix-no-localization-compile
Browse files Browse the repository at this point in the history
Fix compiling without localization
  • Loading branch information
ZhilkinSerg authored Nov 18, 2019
2 parents e7b31d5 + 2b104cb commit 87d597c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/path_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,10 @@ std::string find_translated_file( const std::string &base_path, const std::strin
}
}
}
#endif
#else
( void ) base_path;
( void ) extension;
#endif
return fallback;
}
std::string PATH_INFO::autopickup()
Expand Down

0 comments on commit 87d597c

Please sign in to comment.