Enforce strict prototypes

i3 will now compile with no warnings when -Wstrict-prototypes is used.
This commit is contained in:
Orestis Floros
2018-04-21 02:00:10 +03:00
parent a15fff2370
commit 2a9522dda4
10 changed files with 14 additions and 14 deletions

View File

@ -472,7 +472,7 @@ xcb_visualtype_t *get_visualtype(xcb_screen_t *screen);
* release version), based on the git version number.
*
*/
bool is_debug_build() __attribute__((const));
bool is_debug_build(void) __attribute__((const));
/**
* Returns the name of a temporary file with the specified prefix.