Displaying 1 result from an estimated 1 matches for "dsize16".
Did you mean:
adsize16
1999 Oct 26
2
building on openbsd...
the library builds with no problems, but the commandline tool stops at
this:
gcc -O20 -D__NO_MATH_INLINES -fsigned-char -I. -I../lib -Dsize16='short' -Dsize32='int' -Dsize64='long long' -c main.c
main.c: In function `main':
main.c:201: warning: assignment makes pointer from integer without a cast
main.c:253: warning: passing arg 1 of `CheckWav' from incompatible pointer type
gcc -O20 -D__NO_MATH_INLINES -f...