Code Cleanup

- Working toward a clean build on Ubuntu.
This commit is contained in:
Paul Beckingham
2009-07-05 19:01:24 -04:00
parent 6e87e05e15
commit ebff1f48c2
2 changed files with 4 additions and 4 deletions

View File

@@ -557,7 +557,7 @@ std::string handleEdit ()
ARE_THESE_REALLY_HARMFUL:
// Launch the editor.
std::cout << "Launching '" << editor << "' now..." << std::endl;
system (editor.c_str ());
(void)system (editor.c_str ());
std::cout << "Editing complete." << std::endl;
// Slurp file.