Advertisement
dulek55

Untitled

Jan 14th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. modul.c: In function ‘czytaj’:
  2. modul.c:24:72: error: lvalue required as left operand of assignment
  3. modul.c:70:44: error: lvalue required as left operand of assignment
  4. modul.c:70:50: error: expected ‘)’ before ‘{’ token
  5. modul.c:150:1: error: expected expression before ‘}’ token
  6. modul.c: In function ‘rozmycie’:
  7. modul.c:229:10: error: ‘obraz_pgm’ undeclared (first use in this function)
  8. modul.c:229:10: note: each undeclared identifier is reported only once for each function it appears in
  9. modul.c:229:41: error: invalid operands to binary + (have ‘int *’ and ‘int *’)
  10. modul.c:232:39: error: invalid operands to binary + (have ‘int *’ and ‘int *’)
  11. modul.c:234:22: error: ‘wymx’ undeclared (first use in this function)
  12. modul.c:235:41: error: invalid operands to binary + (have ‘int *’ and ‘int *’)
  13. modul.c: In function ‘zmiana_poziomow’:
  14. modul.c:274:25: error: ‘szarosci’ undeclared (first use in this function)
  15. modul.c: In function ‘korekcja_gamma’:
  16. modul.c:292:23: error: ‘szarosci’ undeclared (first use in this function)
  17. modul.c:305:13: warning: incompatible implicit declaration of built-in function ‘pow’ [enabled by default]
  18. modul.c:306:9: error: invalid suffix "braz.pgm" on integer constant
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement