-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrors
More file actions
16 lines (16 loc) · 1018 Bytes
/
errors
File metadata and controls
16 lines (16 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mudkip.c: In function ‘main’:
mudkip.c:45:20: warning: unused variable ‘DEAD_ZONE’ [-Wunused-variable]
45 | int DEAD_ZONE = 1;
| ^~~~~~~~~
mudkip.c:302:71: warning: ‘missilepos’ may be used uninitialized [-Wmaybe-uninitialized]
302 | mlist -> pos = missilepos;
| ~~~~~~~~~~~~~~^~~~~~~~~~~~
mudkip.c:41:24: note: ‘missilepos’ declared here
41 | SDL_Rect missilepos;
| ^~~~~~~~~~
mudkip.c:316:70: warning: ‘missilepos’ may be used uninitialized [-Wmaybe-uninitialized]
316 | mtmp -> pos = missilepos;
| ~~~~~~~~~~~~~^~~~~~~~~~~~
mudkip.c:41:24: note: ‘missilepos’ declared here
41 | SDL_Rect missilepos;
| ^~~~~~~~~~