options: mute compile warning

main
Harry van Haaren 2017-05-06 13:10:07 +01:00
parent 074df13807
commit 94261743cb
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ static void updateLinkCB(Fl_Widget* w, void* data)
str << l;
system( str.str().c_str() );
int ret = system( str.str().c_str() );
/* if it fails it fails.. */
}
static void writeBindEnable(Fl_Widget* w, void* data)