CatxFish / obs-v4l2sink

obs studio output plugin for Video4Linux2 device
GNU General Public License v2.0
931 stars 99 forks source link

fix compile warning: return value from v4l2device_close #65

Closed patrickxia closed 4 years ago

patrickxia commented 4 years ago

The return value here isn't used, but this currently warns:

src/v4l2sink.cpp:217:1: warning: no return statement in function returning non-void [-Wreturn-type]
patrickxia commented 4 years ago

Oh, turns out https://github.com/CatxFish/obs-v4l2sink/pull/21 already fixes this.