ndk-samples icon indicating copy to clipboard operation
ndk-samples copied to clipboard

Fix unused / unpropragated statuses in midi sample

Open jfgoog opened this issue 2 years ago • 1 comments

For example, /*media_status_t status =*/ AMidiDevice_release(sNativeReceiveDevice);

Also changes introduced in https://github.com/android/ndk-samples/pull/866

jfgoog avatar Nov 28 '22 19:11 jfgoog

I wonder if we should be tagging all those APIs with [[nodiscard]] as well. I'll look into doing that when I get to this.

DanAlbert avatar May 03 '24 22:05 DanAlbert