mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-26 05:17:03 +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
|
||||
|
||||
#ifdef LINUX
|
||||
system(("xdg-open "+s).c_str());
|
||||
ignore(system(("xdg-open "+s).c_str()));
|
||||
#endif
|
||||
|
||||
#ifdef MAC
|
||||
system(("open "+s).c_str());
|
||||
ignore(system(("open "+s).c_str()));
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user