mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
meson: enable more compiler warnings
This commit is contained in:
parent
4135fafecd
commit
5445d8aad0
7 changed files with 34 additions and 21 deletions
|
|
@ -102,7 +102,7 @@ static size_t utf8_offset(char *utf8_str, size_t byte_offset) {
|
|||
}
|
||||
|
||||
// TODO: would be nicer to have this text display inside the window
|
||||
static void show_status() {
|
||||
static void show_status(void) {
|
||||
printf("State %d:", serial);
|
||||
if (!enabled) {
|
||||
printf(" disabled");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue