mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed some more GCC warnings
This commit is contained in:
parent
df634a715d
commit
dc4bdad84a
6 changed files with 18 additions and 10 deletions
|
@ -201,7 +201,7 @@ void PresetComboBox::update_selection()
|
|||
|
||||
if (!cell) return;
|
||||
|
||||
g_object_set(G_OBJECT(cell), "ellipsize", PANGO_ELLIPSIZE_END, NULL);
|
||||
g_object_set(G_OBJECT(cell), "ellipsize", PANGO_ELLIPSIZE_END, (char*)NULL);
|
||||
|
||||
// Only the list of cells must be freed, the renderer isn't ours to free
|
||||
g_list_free(cells);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue