finished merge of cairocanvas with windows and windows+cc branches
[ardour.git] / libs / ardour / globals.cc
index 84693af5417f7f066a64412ff2b90be6b26ea6ff..5874ac3b1b25d183cea69ba2766e2497605947b8 100644 (file)
@@ -539,8 +539,8 @@ ARDOUR::set_translations_enabled (bool yn)
                c = '0';
        }
        
-       ::write (fd, &c, 1);
-       ::close (fd);
+       (void) ::write (fd, &c, 1);
+       (void) ::close (fd);
 
        return true;
 }