Add old style wwarning to compile flags. Fix code accordingly

This commit is contained in:
2019-08-25 21:51:35 +02:00
parent c5e697b366
commit b102d90d33
3 changed files with 4 additions and 4 deletions

2
main.c
View File

@@ -117,7 +117,7 @@ static void app_about(GSimpleAction *action, GVariant *parameter, gpointer user_
/**
* @brief Contains the application menu entries
*/
const static GActionEntry app_actions[] = {
static const GActionEntry app_actions[] = {
{"quit", app_quit, NULL, NULL, NULL, {0}},
{"about", app_about, NULL, NULL, NULL, {0}}
};