Fixed compiler warnings
This commit is contained in:
parent
0df757895e
commit
661bb522cf
2 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ LoadStepFn get_load_step_fn()
|
|||
{
|
||||
static LoadStepFn load_step_fn = nullptr;
|
||||
|
||||
#ifndef __APPLE__
|
||||
constexpr const char* fn_name = "load_step_internal";
|
||||
#endif
|
||||
|
||||
if (!load_step_fn) {
|
||||
auto libpath = boost::dll::program_location().parent_path();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue