yolo2_light icon indicating copy to clipboard operation
yolo2_light copied to clipboard

conflicting types for ‘transpose_bin’

Open shingte opened this issue 5 years ago • 2 comments

I got the following issue no matter I turn on GPU flag or not.

./src/additionally.c: At top level: ./src/additionally.c:416:6: error: conflicting types for ‘transpose_bin’ void transpose_bin(uint32_t *A, uint32_t *B, const int n, const int m, ^ compilation terminated due to -Wfatal-errors.

shingte avatar Oct 22 '18 17:10 shingte

I fixed it. Try to update your code from GitHub and recompile.

AlexeyAB avatar Oct 22 '18 18:10 AlexeyAB

Yes, I can compile it now. Thanks for the quick fix!

On Mon, Oct 22, 2018 at 1:19 PM Alexey [email protected] wrote:

I fixed it. Try to update your code from GitHub and recompile.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AlexeyAB/yolo2_light/issues/19#issuecomment-431922679, or mute the thread https://github.com/notifications/unsubscribe-auth/AKP692pl-WUq2HZGC0vUzFnXQpuU6DNTks5ungwwgaJpZM4Xz0DG .

shingte avatar Oct 22 '18 20:10 shingte