hello,
i am using thread in my poject. but there is some warning in my code. i dont know why:
Main - 29: Variable 't1' was not initialized. (warning #11)
Main - 57: Sub 'count' is not used. (warning #12)
Main - 66: Sub 'show' is not used. (warning #12)
but i initialized t1 and also, i am using sub 'show' and sub 'count' in my project.
project code is attached below.
i am using thread in my poject. but there is some warning in my code. i dont know why:
Main - 29: Variable 't1' was not initialized. (warning #11)
Main - 57: Sub 'count' is not used. (warning #12)
Main - 66: Sub 'show' is not used. (warning #12)
but i initialized t1 and also, i am using sub 'show' and sub 'count' in my project.
project code is attached below.