Kill some warnings on Ubuntu.

* src/UserCommandReader.cc (UserCommandInterface): Explicitly
ignore the return code of system() to kill a warning.
* src/TestOperations.cc (generateBuchiAutomaton): Explicitly
ignore the return code of write() to kill a warning.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-21 15:58:18 +01:00
parent e20ba143bb
commit a6b9583628
3 changed files with 28 additions and 19 deletions

View file

@ -1,3 +1,12 @@
2010-01-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Kill some warnings on Ubuntu.
* src/UserCommandReader.cc (UserCommandInterface): Explicitly
ignore the return code of system() to kill a warning.
* src/TestOperations.cc (generateBuchiAutomaton): Explicitly
ignore the return code of write() to kill a warning.
2010-01-16 Guillaume Sadegh <sadegh@lrde.epita.fr>
Add a missing include.