search for: currentsizeentry

Displaying 2 results from an estimated 2 matches for "currentsizeentry".

2005 Jan 28
2
[LLVMdev] Compiling errors for tracelib.c
...ibtrace/tracelib.c:54: warning: type defaults to `int' in declaration of `PRIMES' c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:56: warning: data definition has no type or storage class c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:57: error: syntax error before "CurrentSizeEntry" c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:57: warning: type defaults to `int' in declaration of `CurrentSizeEntry' c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:57: warning: data definition has no type or storage class c:/projects/src/llvm-4/llvm/runtime/libt...
2005 Jan 28
0
[LLVMdev] Compiling errors for tracelib.c
.../libtrace/tracelib.c:56: warning: data > definition has no type or storage class It looks like that file had non-portable code in it. Can you try updating and see if it works now? -Chris > c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:57: error: syntax > error before "CurrentSizeEntry" > c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:57: warning: type > defaults to `int' in declaration of `CurrentSizeEntry' > c:/projects/src/llvm-4/llvm/runtime/libtrace/tracelib.c:57: warning: data > definition has no type or storage class > c:/projects/src...