mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
added ignore to prevent warnings
This commit is contained in:
parent
c0901b47c8
commit
b470af5d89
4
util.cpp
4
util.cpp
@ -715,11 +715,11 @@ EX void open_url(string s) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef LINUX
|
#ifdef LINUX
|
||||||
system(("xdg-open "+s).c_str());
|
ignore(system(("xdg-open "+s).c_str()));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MAC
|
#ifdef MAC
|
||||||
system(("open "+s).c_str());
|
ignore(system(("open "+s).c_str()));
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user