Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. (30): error C2143: syntax error : missing ';' before 'type'
  2. (31): error C2065: 'data' : undeclared identifier
  3. (31): warning C4047: '=' : 'int' differs in levels of indirection from 'double *'
  4. (33): error C2065: 'data' : undeclared identifier
  5. (33): warning C4047: 'function' : 'double *' differs in levels of indirection from 'int'
  6. (33): warning C4024: 'inputFahrs' : different types for formal and actual parameter 1
  7. (34): error C2065: 'data' : undeclared identifier
  8. (34): warning C4047: 'function' : 'double *' differs in levels of indirection from 'int'
  9. 34): warning C4024: 'outputFahrs' : different types for formal and actual parameter 1
  10. (35): error C2065: 'data' : undeclared identifier
  11. (35): warning C4047: 'function' : 'const double *' differs in levels of indirection from 'int'
  12. warning C4024: 'outputAverage' : different types for formal and actual parameter 1
  13. error C2065: 'data' : undeclared identifier
  14. : warning C4047: 'function' : 'const double *' differs in levels of indirection from 'int'
  15. : warning C4024: 'outputHighLows' : different types for formal and actual parameter 1
  16. (37): error C2065: 'data' : undeclared identifier
  17. (37): warning C4047: 'function' : 'const double *' differs in levels of indirection from 'int'
  18. c(37): warning C4024: 'outputStdDev' : different types for formal and actual parameter 1
  19. 39): error C2065: 'data' : undeclared identifier
  20. (39): warning C4022: 'free' : pointer mismatch for actual parameter 1
  21. (66): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
  22. (107): error C2143: syntax error : missing ';' before 'type'
  23. (109): error C2065: 'Chigh' : undeclared identifier
  24. (110): error C2065: 'Chigh' : undeclared identifier
  25. (110): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
  26. (112): error C2065: 'Clow' : undeclared identifier
  27. (113): error C2065: 'Clow' : undeclared identifier
  28. (113): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
  29. (116): error C2065: 'Chigh' : undeclared identifier
  30. (117): error C2065: 'Clow' : undeclared identifier
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement