Skip to content

Commit

Permalink
Merge pull request #66 from openSUSE/clang-fix
Browse files Browse the repository at this point in the history
Fix compilation with clang
  • Loading branch information
giuseppe authored Aug 20, 2019
2 parents af8e5a6 + 6d4f502 commit 8a56404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static GOptionEntry opt_entries[] = {
{"version", 0, 0, G_OPTION_ARG_NONE, &opt_version, "Print the version and exit", NULL},
{"syslog", 0, 0, G_OPTION_ARG_NONE, &opt_syslog, "Log to syslog (use with cgroupfs cgroup manager)", NULL},
{"log-level", 0, 0, G_OPTION_ARG_STRING, &opt_log_level, "Print debug logs based on log level", NULL},
{NULL}};
{NULL, 0, 0, 0, NULL, NULL, NULL}};

#define CGROUP_ROOT "/sys/fs/cgroup"
#define OOM_SCORE "-999"
Expand Down

0 comments on commit 8a56404

Please sign in to comment.