kylemcdonald / ofxFaceTracker

CLM face tracking addon for openFrameworks based on Jason Saragih's FaceTracker.
http://facetracker.net/
Other
1.39k stars 371 forks source link

fix returning value #152

Closed edap closed 6 years ago

edap commented 6 years ago

With the new OF version (0.10), I'm having this error on linux /Sources/of_v0.10.0_linux64gcc6_release/addons/ofxFaceTracker/src/ofxFaceTracker.cpp:46: error: control reaches end of non-void function [-Werror=return-type] }

This commit fix this error.

edap commented 6 years ago

Anything I can do to get this merged? The addon is not working on linux with 0.10 otherwise.

genekogan commented 6 years ago

this is confirmed working for me on mac, so i will merge this.