Locations::clear_ranges() leaves punch/loop/session ranges intact if they exist
[ardour.git] / libs / pbd / openuri.cc
index 45154d0ad1b1501357b3e8f74294383ca89b0892..13d534e7606f9eb0102be399efdeb3d79a5ecd0c 100644 (file)
@@ -49,7 +49,7 @@ PBD::open_uri (const char* uri)
        std::string command = "xdg-open ";
        command += uri;
        command += " &";
-       system (command.c_str());
+       (void) system (command.c_str());
 
        return true;
 #endif