zeratax / yacx

Yet Another CudaExecutor - wrapper to easily compile and execute cuda kernels
https://zeratax.github.io/yacx
MIT License
8 stars 4 forks source link

Compiler Warning #96

Closed visualJames closed 4 years ago

visualJames commented 4 years ago

No Compiler Warning should appear

visualJames commented 4 years ago

Many warnings are because of JNI classes. For example there is following warning: YACX/yacx/src/jni/Kernel.cpp:67:1: warning: control reaches end of non-void function [-Wreturn-type] }

All warning in JNI are because of warning: control reaches end of non-void function [-Wreturn-type] This Warnings only appear on my computer with GeForce MX150. But on the agamemnon are different warnings.

zeratax commented 4 years ago

fixed with #98