mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-04 04:24:04 -06:00
Warnings: various fixes (#6582)
* Warnings: various fixes * Use std::ignore
This commit is contained in:
parent
1afc1372bc
commit
044a1c4fc5
7 changed files with 17 additions and 14 deletions
|
@ -3057,7 +3057,7 @@ bool GLGizmoEmboss::choose_font_by_wxdialog()
|
|||
}
|
||||
#endif // ALLOW_ADD_FONT_BY_OS_SELECTOR
|
||||
|
||||
#if defined ALLOW_ADD_FONT_BY_FILE or defined ALLOW_DEBUG_MODE
|
||||
#if defined ALLOW_ADD_FONT_BY_FILE || defined ALLOW_DEBUG_MODE
|
||||
namespace priv {
|
||||
static std::string get_file_name(const std::string &file_path)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue