search for: trirast

Displaying 1 result from an estimated 1 matches for "trirast".

2008 Jul 29
2
[LLVMdev] llvm-gcc linking errors
...t-prototypes -pedantic-errors main.c main.c: In function 'KeyPressed': main.c:291: warning: unused parameter 'x' main.c:291: warning: unused parameter 'y' gcc -c -g -O2 -std=c99 -Wall -Wextra -Werror-implicit-function-declaration -Wshadow -Wstrict-prototypes -pedantic-errors trirast.c gcc -g -lGL -lglut -o trirast main.o trirast.o 16:24|paul at tabu:~/> ============= With llvm-gcc ============= 16:25|paul at tabu:~/> make llvm-gcc -c -g -O2 -std=c99 -Wall -Wextra -Werror-implicit-function-declaration -Wshadow -Wstrict-prototypes -pedantic-errors main.c main.c: In funct...