]> git.saurik.com Git - wxWidgets.git/commit
Check the return value of system() and pipe() in the test suite.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Oct 2012 14:49:13 +0000 (14:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Oct 2012 14:49:13 +0000 (14:49 +0000)
commita5f013566fbbf464bd31bb37b4cd384de5a21edc
treeed87bf19f1c1d5b95423782605df243982ebce85
parent4213fd51ccea4618d5c8f9e5e6af968a4f5e8bbd
Check the return value of system() and pipe() in the test suite.

This is mainly to avoid -Wunused-result warnings under recent Linux systems
but also could give valuable information if the call does fail.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/archive/archivetest.cpp
tests/filekind/filekind.cpp