Skip to content

Pointer subtraction returns long int, * in print requires int. Add a typecast...

Stian Sebastian Skjelstad requested to merge mywave82/libao:pointers into master

Pointer subtraction returns long int, * in print requires int. Add a typecast to fix the problem (due to stack-alignment, this is not a fatal problem on most architectures)

Merge request reports