Closed abel-mak closed 2 years ago
Hey, i tried but this generates more warnings, because these variable you mentioned are used to initialize or are compared to other variables, example: https://github.com/etzl/among-stars/blob/0a6b48a825c5c51f83f8f09a223e085972d17307/src/main.cpp#L649 https://github.com/etzl/among-stars/blob/0a6b48a825c5c51f83f8f09a223e085972d17307/src/main.cpp#L578 and i'm not sure if changing them won't cause problems
I could fix them by changing some variables to unsigned int. Thanks again this is great
unsigned int
Closing. Merged b3f12fa80e50b88ac8ce2a6e066b075d5477c624
Hey, i tried but this generates more warnings, because these variable you mentioned are used to initialize or are compared to other variables, example: https://github.com/etzl/among-stars/blob/0a6b48a825c5c51f83f8f09a223e085972d17307/src/main.cpp#L649 https://github.com/etzl/among-stars/blob/0a6b48a825c5c51f83f8f09a223e085972d17307/src/main.cpp#L578 and i'm not sure if changing them won't cause problems