Quote Originally Posted by a.mlw.walker View Post
Most of those warnings are because of unused but declared functions - thats because i have been stripping back the code to try and find the problem, however i didnt remove the global variable names - shouldnt affect the running of it. if i put all the code back together most of them go apart from:

main.c:16: warning: missing braces around initializer
nm_t0\main.c:16: warning: (near initialization for 'init_T[0]')
:108: warning: return type defaults to 'int'
In function 'main':
warning: 'return' with no value, in function returning non-void
And you don't think using an unititlized array affects your calculations?