mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
print operation: Fix compiler warnings
Fix warnings due to -Wdeclaration-after-statement and -Wshadow.
This commit is contained in:
parent
9bb121c55d
commit
a111f6ee23
@ -2506,7 +2506,6 @@ common_render_page (GtkPrintOperation *op,
|
||||
else
|
||||
{
|
||||
GtkPageOrientation orientation;
|
||||
GtkPageSetup *page_setup;
|
||||
gdouble paper_width, paper_height;
|
||||
gdouble page_width, page_height;
|
||||
gdouble context_width, context_height;
|
||||
|
Loading…
Reference in New Issue
Block a user