Add return value for non-void function return statements to fix error in clang build.
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 12 Apr 2014 00:20:49 +0000 (17:20 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 14 Apr 2014 15:34:51 +0000 (08:34 -0700)
commit41f1ada5d2d4cff7a235644661ec30de156fd038
tree9cbf690cdd2936c6d7d432f0faf0a1cb2bc03ba7
parenta155684382884a471075e02b265b4dfbdbc79332
Add return value for non-void function return statements to fix error in clang build.

Clang defaults this warning to an error, breaking the build & causing
these tests not to run.

gdb/testsuite/

* gdb.mi/non-stop.c: Add return value for non-void function return
statement.
* gdb.threads/staticthreads.c: Ditto.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.mi/non-stop.c
gdb/testsuite/gdb.threads/staticthreads.c
This page took 0.028781 seconds and 4 git commands to generate.