Advertisement
Weegee

Untitled

Aug 6th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. In file included from console.h:8:0,
  2. from console.c:1:
  3. game.h:34:36: warning: 'struct windows' declared inside parameter list [enabled by default]
  4. game.h:34:36: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
  5. In file included from console.h:8:0,
  6. from main.c:29:
  7. game.h:34:36: warning: 'struct windows' declared inside parameter list [enabled by default]
  8. game.h:34:36: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
  9. main.c: In function 'main':
  10. main.c:44:2: warning: passing argument 2 of 'game' from incompatible pointer type [enabled by default]
  11. game.h:34:5: note: expected 'struct windows *' but argument is of type 'struct windows *'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement