Beat-and-Tempo-Tracking icon indicating copy to clipboard operation
Beat-and-Tempo-Tracking copied to clipboard

0 Compiler warnings (gcc -Wall -Wextra) and PI definition

Open acrilique opened this issue 6 months ago • 0 comments

Explicit casting was used to get rid of gcc's compiler warnings. Also some variables had their declaration changed from signed to unsigned. M_PI was not defined by my platform's <math.h> so I thought it would be good to have the respective #ifndef #define Although having it in 3 different files isn't really neat, I think it would not make much sense to have another header file just for M_PI.

acrilique avatar Aug 03 '24 08:08 acrilique