Fix: Compiler warnings on Mac

Caused by #133557

Pull Request: https://projects.blender.org/blender/blender/pulls/134776
This commit is contained in:
Miguel Pozo
2025-02-19 17:08:38 +01:00
parent 234810f01d
commit d6682af786

View File

@@ -2510,6 +2510,7 @@ static int arg_handle_addons_set(int argc, const char **argv, void *data)
return 0;
}
# ifdef WITH_OPENGL_BACKEND
static const char arg_handle_profile_gpu_set_doc[] =
"\n"
"\tEnable CPU & GPU performance profiling for GPU debug groups\n"
@@ -2519,6 +2520,7 @@ static int arg_handle_profile_gpu_set(int /*argc*/, const char ** /*argv*/, void
G.profile_gpu = true;
return 0;
}
# endif
/**
* Implementation for #arg_handle_load_last_file, also used by `--open-last`.