ducdh1210 / labstreaminglayer

Automatically exported from code.google.com/p/labstreaminglayer
0 stars 0 forks source link

lsl_cpp.h: Control may reache end of non-void function x 2. #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Again, normally ignored errors are turning into warnings for me.

lsl_cpp.h Line 917 should have a `return 0;`
lsl_cpp.h Line 577 should read: `bool wait_for_consumers(double timeout) { 
return lsl_wait_for_consumers(obj,timeout); }`

(Note the addition of `return`)

Original issue reported on code.google.com by chadwick...@gmail.com on 3 Dec 2014 at 5:02

GoogleCodeExporter commented 8 years ago
I don't know how to merge issues.
Anyway, I created a patch for issues 19-21 based off revision 225. See attached.

Original comment by chadwick...@gmail.com on 11 Dec 2014 at 2:07

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed. Will be in next release.

Original comment by christia...@gmail.com on 13 Jan 2015 at 12:52