[Python-modules-team] Bug#759824: pyfltk: FTBFS: ./python/fltk_wrap.cpp:5241:35: error: format not a string literal and no format arguments [-Werror=format-security]

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Aug 30 19:02:59 UTC 2014


Source: pyfltk
Version: 1.3.0-1
Severity: serious
Tags: jessie sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20140830 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -pthread -g -O0 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O0 -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DUNIX=1 -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/include/cairo -I./src -I./contrib -I/usr/include -I/usr/include/python2.7_d -c ./python/fltk_wrap.cpp -o build/temp.linux-x86_64-2.7-pydebug/./python/fltk_wrap.o -DDO_NOT_USE_THREADS
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
> ./python/fltk_wrap.cpp: In function 'const char* fl_vararg_input(const char*, const char*)':
> ./python/fltk_wrap.cpp:5241:35: error: format not a string literal and no format arguments [-Werror=format-security]
>      result = fl_input(label, deflt);
>                                    ^
> ./python/fltk_wrap.cpp: In function 'const char* fl_vararg_password(const char*, const char*)':
> ./python/fltk_wrap.cpp:5247:38: error: format not a string literal and no format arguments [-Werror=format-security]
>      result = fl_password(label, deflt);
>                                       ^
> ./python/fltk_wrap.cpp: In function 'void fl_mt_message(const char*)':
> ./python/fltk_wrap.cpp:5285:20: error: format not a string literal and no format arguments [-Werror=format-security]
>      fl_message(text);
>                     ^
> ./python/fltk_wrap.cpp: In function 'void fl_mt_alert(const char*)':
> ./python/fltk_wrap.cpp:5291:18: error: format not a string literal and no format arguments [-Werror=format-security]
>      fl_alert(text);
>                   ^
> ./python/fltk_wrap.cpp: In function 'int fl_mt_ask(const char*)':
> ./python/fltk_wrap.cpp:5298:14: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/FL/fl_ask.H:47) [-Wdeprecated-declarations]
>      status = fl_ask(text);
>               ^
> ./python/fltk_wrap.cpp:5298:25: error: format not a string literal and no format arguments [-Werror=format-security]
>      status = fl_ask(text);
>                          ^
> ./python/fltk_wrap.cpp:5298:25: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/FL/fl_ask.H:47) [-Wdeprecated-declarations]
> ./python/fltk_wrap.cpp: In function 'int fl_mt_choice(const char*, const char*, const char*, const char*)':
> ./python/fltk_wrap.cpp:5306:37: error: format not a string literal and no format arguments [-Werror=format-security]
>      status = fl_choice(q, b0, b1, b2);
>                                      ^
> ./python/fltk_wrap.cpp: In function 'const char* fl_mt_input(const char*, const char*)':
> ./python/fltk_wrap.cpp:5314:35: error: format not a string literal and no format arguments [-Werror=format-security]
>      result = fl_input(label, deflt);
>                                    ^
> ./python/fltk_wrap.cpp: In function 'const char* fl_mt_password(const char*, const char*)':
> ./python/fltk_wrap.cpp:5322:38: error: format not a string literal and no format arguments [-Werror=format-security]
>      result = fl_password(label, deflt);
>                                       ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_ROUND_UP_BOX(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37722:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_SHADOW_BOX(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37734:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_ROUNDED_BOX(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37746:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_RFLAT_BOX(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37758:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_RSHADOW_BOX(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37770:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_DIAMOND_BOX(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37782:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_OVAL_BOX(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37794:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_PLASTIC_UP_BOX(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37806:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_GTK_UP_BOX(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37818:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_SHADOW_LABEL(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37896:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_ENGRAVED_LABEL(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37908:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_define_FL_EMBOSSED_LABEL(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:37920:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_rgb_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:38126:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:38330:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_parent(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:38587:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_type(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:38665:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_align(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39036:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_box(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39114:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_selection_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39244:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39309:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39469:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_labeltype(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39551:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_labelcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39629:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_labelfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39707:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_labelsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39785:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_image(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39885:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_deimage(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:39989:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_tooltip(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:40074:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_argument(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:40391:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_when(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:40469:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_visible_focus(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:40999:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_damage(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:41565:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_color2(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:41891:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Widget_draw_label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:41938:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Group_current__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:42346:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Group_current(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:42374:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Group_resizable(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:42945:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Group_clip_children(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:43077:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_End(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:43256:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser__position(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:44479:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser__hposition(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:44557:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser__has_scrollbar(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:44663:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser__textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:44741:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser__textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:44819:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser__textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:44897:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser__scrollbar_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:44975:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser__scrollbar_width(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:45053:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:46173:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_topline(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:46290:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_show(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:46512:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_hide(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:46601:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:46710:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_text(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:46809:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_format_char(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:46980:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_column_char(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:47058:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_icon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:47237:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Browser_column_widths(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:47552:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Browser_iconsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:47860:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Browser_filter(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:47941:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Browser_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:48019:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Browser_filetype(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:48097:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Icon_first(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:49737:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Icon_load_system_icons(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:49748:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:49931:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_directory(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50034:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_filter(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50115:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_filter_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50193:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_iconsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50292:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50373:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_ok_label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50454:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_preview(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50532:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50674:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50752:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50830:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_type(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50908:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Chooser_user_data(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:50984:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_option(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51487:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_version(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51546:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_args(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51679:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[5];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_own_colormap(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51755:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_get_system_colors(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51766:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_scheme__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51920:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_scheme(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51927:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_reload_scheme(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51958:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_scrollbar_size__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51970:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_scrollbar_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:51998:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_wait__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52029:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_wait(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52058:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_check(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52089:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_ready(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52101:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_run(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52113:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_readqueue(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52132:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_damage__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52262:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_damage(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52269:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_redraw(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52299:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_flush(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52310:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_first_window__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52322:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_first_window(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52350:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_modal(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52403:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_grab__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52415:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_grab(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52443:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52474:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_x(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52486:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_y(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52498:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_x_root(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52510:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_y_root(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52522:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_dx(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52534:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_dy(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52546:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_clicks__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52594:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_clicks(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52622:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_is_click__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52653:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_is_click(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52681:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_button(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52712:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_state__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52724:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_state(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52753:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_key__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52784:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_original_key(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52796:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_key(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52825:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_text(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52878:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_length(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52890:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_compose_reset(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:52926:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_inside(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53004:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[5];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_belowmouse__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53126:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_belowmouse(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53154:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_pushed__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53192:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_pushed(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53220:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_focus__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53258:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_focus(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53286:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_dispatch__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53337:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_dispatch(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53344:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_dnd(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53452:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_selection_owner__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53471:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_selection_owner(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53499:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_paste(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53594:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_x(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53625:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_y(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53637:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_w(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53649:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_h(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53661:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_screen_count(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53673:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_screen_xywh(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:53983:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[9];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_set_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54142:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[5];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_set_boxtype(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54585:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_draw_box_active(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54704:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_shift(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54784:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_ctrl(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54796:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_command(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54808:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_alt(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54820:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_buttons(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54832:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_button1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54844:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_button2(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54856:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_event_button3(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54868:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_release(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54899:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_visible_focus__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54932:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_visible_focus(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54939:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_dnd_text_ops__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54991:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_dnd_text_ops(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:54998:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_do_widget_deletion(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:55079:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_lock(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:55159:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_unlock(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:55170:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_thread_message(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:55239:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_filename_setext(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:55781:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_filename_expand(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:55850:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_filename_absolute(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:55919:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_filename_relative(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:56052:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[5];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Valuator_minimum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:56278:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Valuator_maximum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:56356:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Valuator_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:56669:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Adjuster_soft(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57077:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_ask__varargs__(PyObject*, PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57271:17: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/FL/fl_ask.H:47) [-Wdeprecated-declarations]
>    result = (int)fl_ask((char const *)arg1,arg2);
>                  ^
> ./python/fltk_wrap.cpp:57271:47: warning: 'int fl_ask(const char*, ...)' is deprecated (declared at /usr/include/FL/fl_ask.H:47) [-Wdeprecated-declarations]
>    result = (int)fl_ask((char const *)arg1,arg2);
>                                                ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_message_icon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57378:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_message_hotspot__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57441:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_message_hotspot(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57448:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_no_get(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57605:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_yes_get(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57617:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_ok_get(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57629:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_cancel_get(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57641:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_close_get(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:57653:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Image_copy(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:58284:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Image_draw(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:58664:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_RGB_Image_copy(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:58966:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_RGB_Image_draw(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:59206:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Bitmap_copy(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:59605:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Bitmap_draw(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:59761:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Box(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:60248:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Button_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:60604:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Button_down_box(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:60799:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Button_down_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:60950:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_FL_CHART_ENTRY(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:61034:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Chart_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:61585:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Chart_maxsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:61663:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Chart_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:61741:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Chart_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:61819:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Chart_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:61897:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Chart_autosize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:61975:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Check_Browser_add(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:62234:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Check_Browser_checked(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:62395:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:64694:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__mode(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:64953:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:65054:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__text(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:65133:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:65211:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:65289:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:65367:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__down_box(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:65445:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__down_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:65523:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu__menu(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:65776:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Choice_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:66045:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Clock_Output_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:66335:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[5];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Clock(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:66678:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Input_soft(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:67092:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Input_shortcut(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:67170:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Input_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:67248:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Input_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:67326:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Input_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:67404:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Input_cursor_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:67482:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Color_Chooser_mode(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:68174:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Counter_step(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:69255:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Counter_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:69337:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Counter_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:69415:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Counter_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:69493:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Dial_angle1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:69757:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Dial_angle2(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:69835:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Window(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:70157:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Window_border(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:70389:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Window_iconlabel(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:70981:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Window_label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:71052:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Window_default_xclass__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:71144:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Window_default_xclass(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:71151:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Window_xclass(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:71232:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Window_icon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:71308:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Window_current(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:71544:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Double_Window(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:72136:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_color__SWIG_2(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:72329:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:72336:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_push_no_clip(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:72418:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_pop_clip(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:72429:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_restore_clip(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:72578:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_clip_region__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:72619:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_clip_region(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:72626:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_rect(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:72833:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[6];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_rectf(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:73039:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_line(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:73183:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_loop(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:73359:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[9];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_polygon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:73535:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[9];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_xyline(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:73705:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[6];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_yxline(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:73879:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[6];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_push_matrix(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74045:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_pop_matrix(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74056:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_scale(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74114:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_begin_points(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74261:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_begin_line(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74272:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_begin_loop(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74283:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_begin_polygon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74294:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_arc(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74472:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_end_points(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74541:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_end_line(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74552:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_end_loop(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74563:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_end_polygon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74574:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_begin_complex_polygon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74585:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_gap(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74596:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_end_complex_polygon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74607:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_font__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74803:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_font(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74810:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74841:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_height__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74853:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_height(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74891:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_descent(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:74922:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_text_extents(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:75187:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_frame(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:75994:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[6];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_can_do_alpha_blending(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:76367:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_shortcut_label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:76679:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_overlay_clear(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:76757:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_reset_spot(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:77033:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__static_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:77469:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:77517:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:77639:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__maximum_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:77717:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__position(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:77858:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__mark(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:77919:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__cut(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78101:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__shortcut(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78303:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78381:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78459:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78537:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__cursor_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78615:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__input_type(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78693:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__readonly(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78771:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__wrap(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78849:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input__tab_nav(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:78927:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Input_down_box(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:79398:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Input_errorcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:79476:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_File_Input_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:79601:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Slider(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:80081:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Slider_slider_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:80256:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Slider_slider(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:80334:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_FormsBitmap_bitmap(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:80997:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_FormsPixmap_Pixmap(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:81304:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Pixmap_copy(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:81780:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Pixmap_draw(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:82020:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Gl_Window_valid(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:82549:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Gl_Window_context_valid(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:82650:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Gl_Window_context(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:82974:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Gl_Window(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:83338:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_gl_start(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:83494:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_gl_finish(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:83505:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_gl_height(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:83721:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_gl_descent(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:83733:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Help_Dialog(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:84410:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_Dialog_show(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:84703:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_Dialog_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:84781:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_Dialog_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:84961:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Help_Block(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:85087:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Help_Link(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:85127:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Help_Font_Style__SWIG_1(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:85308:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Help_Font_Style(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:85315:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Help_Font_Stack(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:85374:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Help_Target(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:85638:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_View_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:86048:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_View_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:86126:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_View_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:86204:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_View_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:86282:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_View_leftline(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:86507:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_View_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:86588:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_View_scrollbar_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:86708:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Help_View_link(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:86767:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Slider_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:88512:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Slider_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:88590:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Slider_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:88668:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input_Choice_down_box(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:89317:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input_Choice_menu(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:89395:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input_Choice_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:89542:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input_Choice_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:89620:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Input_Choice_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:89698:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_JPEG_Image(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:90069:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_next(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:90814:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_first(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:90884:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:91007:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_labeltype(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:91089:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_labelcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:91167:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_labelfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:91245:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_labelsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:91323:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_argument(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:91585:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_shortcut(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:91663:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Menu_Item_user_data(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:92982:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Menu_Item(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:93017:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Single_Window(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:93211:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Menu_Window(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:93658:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[7];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Multi_Label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:95297:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Pack_spacing(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:95960:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_PNG_Image(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:96147:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[5];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Positioner_xvalue(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:96542:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Positioner_yvalue(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:96599:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Positioner_xminimum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:96756:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Positioner_xmaximum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:96834:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Positioner_yminimum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:96951:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Positioner_ymaximum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:97029:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Progress_maximum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:98608:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Progress_minimum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:98686:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Progress_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:98764:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Scroll_scrollbar_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:100684:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Scrollbar_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:101093:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[6];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Scrollbar_linesize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:101175:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Shared_Image(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:102416:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Shared_Image_copy(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:102618:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Shared_Image_draw(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:102854:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Shared_Image_images(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103026:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Shared_Image_num_images(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103038:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_register_images(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103121:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Spinner_format(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103255:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Spinner_step(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103528:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Spinner_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103606:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Spinner_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103684:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Spinner_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103762:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Spinner_type(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103840:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Spinner_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103918:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Spinner_minimum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:103996:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Spinner_maximum(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:104074:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tabs_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:104520:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tabs_push(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:104606:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Selection_selected(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:105059:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Text_Selection(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:105161:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Buffer_text(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:105329:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Buffer_address(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:105519:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Buffer_tab_distance(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:106136:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Buffer_highlight(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:106619:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Buffer_primary_selection(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:107541:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Buffer_remove_modify_callback(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:107876:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[5];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Style_Table_Entry(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:107914:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Display_buffer(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:108137:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Display_insert_position(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:108359:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Display_cursor_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:108969:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Display_scrollbar_width(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:109047:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Display_scrollbar_align(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:109125:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Display_shortcut(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:109314:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Display_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:109392:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Display_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:109470:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Display_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:109548:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Text_Editor_insert_mode(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:110153:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tiled_Image_copy(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:111698:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tiled_Image_draw(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:111934:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[8];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Timer_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112255:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Timer_direction(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112333:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Timer_suspended(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112411:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_delay__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112638:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_delay(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112666:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_hoverdelay__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112697:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_hoverdelay(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112725:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_enabled(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112756:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_disable(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112790:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_current__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112878:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_current(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112906:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_font__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112937:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_font(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112965:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_size__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:112996:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113024:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_color__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113055:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113083:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_textcolor__SWIG_0(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113114:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tooltip_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113142:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[2];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Tooltip(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113173:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Output_soft(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113414:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Output_textfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113492:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Output_textsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113570:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Value_Output_textcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113648:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Wizard_value(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:113900:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_new_Fl_Tree_Prefs(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114197:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_labelfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114256:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_labelsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114334:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_marginleft(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114412:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_margintop(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114490:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_openchild_marginbottom(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114568:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_usericonmarginleft(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114646:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_labelmarginleft(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114724:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_linespacing(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114802:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_labelfgcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114880:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_labelbgcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:114958:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_connectorcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115036:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_connectorstyle(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115144:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_connectorwidth(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115226:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_openicon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115311:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_closeicon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115396:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_usericon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115481:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_showcollapse(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115559:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_sortorder(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115637:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_selectbox(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115715:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_showroot(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115793:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Prefs_selectmode(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:115871:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_label(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:116654:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_user_data(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:116730:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_labelfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:116808:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_labelsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:116886:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_labelcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:116994:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_labelfgcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:117042:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_labelbgcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:117120:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_widget(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:117205:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_child(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:117315:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_find_child_item(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:117832:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_find_item(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:117986:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_parent(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:118524:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_usericon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:119007:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_Item_find_clicked(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:119101:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_add(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:119525:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_find_item(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:119796:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_item_labelsize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121186:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_item_labelfont(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121264:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_item_labelfgcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121342:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_item_labelbgcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121420:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_connectorcolor(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121498:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_marginleft(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121576:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_margintop(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121654:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_openchild_marginbottom(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121732:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_connectorwidth(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121810:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_usericon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121895:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_openicon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:121980:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_closeicon(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122065:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_showcollapse(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122143:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_showroot(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122221:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_connectorstyle(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122299:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_sortorder(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122377:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_selectbox(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122455:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_selectmode(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122533:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_show_item(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122659:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_vposition(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122857:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_scrollbar_size(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:122966:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_callback_item(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:123044:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Tree_callback_reason(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:123122:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_fl_utf8locale(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:125445:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_table_box(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127065:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_rows(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127155:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_cols(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127245:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_row_resize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127406:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_col_resize(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127484:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_col_resize_min(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127562:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_row_resize_min(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127640:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_row_header(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127718:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_col_header(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127796:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_col_header_height(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127874:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_row_header_width(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:127952:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_row_header_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:128030:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_col_header_color(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:128108:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_row_height(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:128204:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_col_width(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:128300:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[4];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_row_position(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:128468:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_col_position(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:128516:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_top_row(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:128594:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_Row_rows(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:129543:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_Fl_Table_Row_type(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:129621:13: warning: variable 'argv' set but not used [-Wunused-but-set-variable]
>    PyObject *argv[3];
>              ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_glLoadIdentity(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:129935:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'PyObject* _wrap_glEnd(PyObject*, PyObject*)':
> ./python/fltk_wrap.cpp:130075:1: warning: label 'fail' defined but not used [-Wunused-label]
>  fail:
>  ^
> ./python/fltk_wrap.cpp: In function 'void init_fltk()':
> ./python/fltk_wrap.cpp:136266:21: warning: variable 'md' set but not used [-Wunused-but-set-variable]
>    PyObject *m, *d, *md;
>                      ^
> cc1plus: some warnings being treated as errors
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> [32846 refs]
> dh_auto_build: python-dbg setup.py build --force returned exit code 1
> debian/rules:4: recipe for target 'build' failed
> make: *** [build] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/08/30/pyfltk_1.3.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures. The build
was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
to support this, it might be a good idea to explore whether this might
be the cause of the failure.



More information about the Python-modules-team mailing list