Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save uchan-nos/c5672a1b9ce877ea3dfe0e422a095cac to your computer and use it in GitHub Desktop.
Save uchan-nos/c5672a1b9ce877ea3dfe0e422a095cac to your computer and use it in GitHub Desktop.
182: Thu Jun 8 09:19:36 DST 2017: OK
kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
static void cgroup_get(struct cgroup *cgrp)
^
183: Thu Jun 8 09:24:55 DST 2017: OK
kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
static void cgroup_get(struct cgroup *cgrp)
^
184: Thu Jun 8 09:30:40 DST 2017: OK
kernel/cgroup/cgroup.c:439:13: warning: 'cgroup_get' defined but not used [-Wunused-function]
static void cgroup_get(struct cgroup *cgrp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment