mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
Fix some optimization warnings
This commit is contained in:
parent
6da8a2622f
commit
f77b4199c4
4 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@ typedef struct in_context_s {
|
|||
int IMT_GetAxisBlock (int num_axes);
|
||||
int IMT_GetButtonBlock (int num_buttons);
|
||||
int IMT_CreateContext (const char *name);
|
||||
int IMT_GetContext (void);
|
||||
int IMT_GetContext (void) __attribute__ ((pure));
|
||||
void IMT_SetContext (int ctx);
|
||||
void IMT_SetContextCbuf (int ctx, struct cbuf_s *cbuf);
|
||||
imt_t *IMT_FindIMT (const char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue