diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-10 03:34:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-10 03:34:31 +0200 |
commit | bab45044482dc012331c768c08d78a2d006485ad (patch) | |
tree | 23c288fd5acf57ae58e7e4b9895ad2fb7f95d3cd /mount-setup.c | |
parent | 462b33e96ad1732658b39895eea0b146e98bc3a5 (diff) |
make gcc shut up
Diffstat (limited to 'mount-setup.c')
-rw-r--r-- | mount-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mount-setup.c b/mount-setup.c index 1b3d32bb37..cb91e181bf 100644 --- a/mount-setup.c +++ b/mount-setup.c @@ -110,7 +110,7 @@ static int mount_cgroup_controllers(void) { return -ENOENT; /* Ignore the header line */ - fgets(buf, sizeof(buf), f); + (void) fgets(buf, sizeof(buf), f); for (;;) { MountPoint p; |