Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c||In function 'main':|
  2. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|85|error: 'tolrances' undeclared (first use in this function)|
  3. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|85|error: (Each undeclared identifier is reported only once|
  4. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|85|error: for each function it appears in.)|
  5. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|108|error: conflicting types for 'read_input'|
  6. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|58|note: previous declaration of 'read_input' was here|
  7. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|112|warning: data definition has no type or storage class|
  8. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|112|warning: parameter names (without types) in function declaration|
  9. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|112|error: conflicting types for 'echo_inputs'|
  10. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|62|note: previous declaration of 'echo_inputs' was here|
  11. C:\Users\JJ\Desktop\JJ Programming\5Ptest.c|113|error: expected identifier or '(' before '}' token|
  12. ||=== Build finished: 6 errors, 2 warnings ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement