Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warnings: variable 'kret' set but not use
[27/47] Compiling C object pcscd.p/src_hotplug_macosx.c.o ../src/hotplug_macosx.c:100:16: warning: variable 'kret' set but not used [-Wunused-but-set-variable] 100 | kern_return_t kret; | ^ ../src/hotplug_macosx.c:117:16: warning: variable 'kret' set but not used [-Wunused-but-set-variable] 117 | kern_return_t kret; | ^ 2 warnings generated.
- Loading branch information