File: test_em_struct.err

package info (click to toggle)
clif 0.93-9
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 4,228 kB
  • ctags: 3,284
  • sloc: ansic: 31,464; yacc: 5,067; lex: 819; makefile: 383; sh: 48
file content (13 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIB not fully supported in book-keeping
tests/test_em_struct:3: field `b' has incomplete type
tests/test_em_struct:7: field `a' has incomplete type
tests/test_em_struct:14: warning: anonymous enum declared inside parameter list
tests/test_em_struct:14: warning: its scope is only this definition or declaration,
tests/test_em_struct:14: warning: which is probably not what you want.
tests/test_em_struct:14: local variable `x' was already declared
tests/test_em_struct:14: parameter `b' has incomplete type
tests/test_em_struct:14: storage size of `o' isn't known
tests/test_em_struct:14: parameter `o' has incomplete type
tests/test_em_struct: In function `bar':
tests/test_em_struct:16: warning: `return' with a value, in function returning void
void conversion not supported yet