mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
options: mute compile warning
This commit is contained in:
parent
074df13807
commit
94261743cb
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue