[lbtt]
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:
parent
e20ba143bb
commit
a6b9583628
3 changed files with 28 additions and 19 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue