Skip to content

Instantly share code, notes, and snippets.

@brycelelbach
Created October 25, 2010 06:51
Show Gist options
  • Select an option

  • Save brycelelbach/644519 to your computer and use it in GitHub Desktop.

Select an option

Save brycelelbach/644519 to your computer and use it in GitHub Desktop.
In file included from arch/x86/kernel/syscall_64.c:28:
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:460:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
__SYSCALL(__NR_removexattr, sys_removexattr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:460:29: note: instantiated from:
__SYSCALL(__NR_removexattr, sys_removexattr)
^~~~~~~~~~~~~~~
arch/x86/kernel/syscall_64.c:27:29: note: previous initialization is here
[0 ... __NR_syscall_max] = &sys_ni_syscall,
^~~~~~~~~~~~~~~
In file included from arch/x86/kernel/syscall_64.c:28:
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:462:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
__SYSCALL(__NR_lremovexattr, sys_lremovexattr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:462:30: note: instantiated from:
__SYSCALL(__NR_lremovexattr, sys_lremovexattr)
^~~~~~~~~~~~~~~~
arch/x86/kernel/syscall_64.c:27:29: note: previous initialization is here
[0 ... __NR_syscall_max] = &sys_ni_syscall,
^~~~~~~~~~~~~~~
In file included from arch/x86/kernel/syscall_64.c:28:
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:464:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
__SYSCALL(__NR_fremovexattr, sys_fremovexattr)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:464:30: note: instantiated from:
__SYSCALL(__NR_fremovexattr, sys_fremovexattr)
^~~~~~~~~~~~~~~~
arch/x86/kernel/syscall_64.c:27:29: note: previous initialization is here
[0 ... __NR_syscall_max] = &sys_ni_syscall,
^~~~~~~~~~~~~~~
In file included from arch/x86/kernel/syscall_64.c:28:
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:466:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
__SYSCALL(__NR_tkill, sys_tkill)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:466:23: note: instantiated from:
__SYSCALL(__NR_tkill, sys_tkill)
^~~~~~~~~
arch/x86/kernel/syscall_64.c:27:29: note: previous initialization is here
[0 ... __NR_syscall_max] = &sys_ni_syscall,
^~~~~~~~~~~~~~~
In file included from arch/x86/kernel/syscall_64.c:28:
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:468:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
__SYSCALL(__NR_time, sys_time)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:468:22: note: instantiated from:
__SYSCALL(__NR_time, sys_time)
^~~~~~~~
arch/x86/kernel/syscall_64.c:27:29: note: previous initialization is here
[0 ... __NR_syscall_max] = &sys_ni_syscall,
^~~~~~~~~~~~~~~
In file included from arch/x86/kernel/syscall_64.c:28:
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:470:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
__SYSCALL(__NR_futex, sys_futex)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:470:23: note: instantiated from:
__SYSCALL(__NR_futex, sys_futex)
^~~~~~~~~
arch/x86/kernel/syscall_64.c:27:29: note: previous initialization is here
[0 ... __NR_syscall_max] = &sys_ni_syscall,
^~~~~~~~~~~~~~~
In file included from arch/x86/kernel/syscall_64.c:28:
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:472:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
__SYSCALL(__NR_sched_setaffinity, sys_sched_setaffinity)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:472:35: note: instantiated from:
__SYSCALL(__NR_sched_setaffinity, sys_sched_setaffinity)
^~~~~~~~~~~~~~~~~~~~~
arch/x86/kernel/syscall_64.c:27:29: note: previous initialization is here
[0 ... __NR_syscall_max] = &sys_ni_syscall,
^~~~~~~~~~~~~~~
In file included from arch/x86/kernel/syscall_64.c:28:
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:474:1: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides]
__SYSCALL(__NR_sched_getaffinity, sys_sched_getaffinity)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/wash/development/linux-2.6-wc/arch/x86/include/asm/unistd_64.h:474:35: note: instantiated from:
__SYSCALL(__NR_sched_getaffinity, sys_sched_getaffinity)
^~~~~~~~~~~~~~~~~~~~~
arch/x86/kernel/syscall_64.c:27:29: note: previous initialization is here
[0 ... __NR_syscall_max] = &sys_ni_syscall,
^~~~~~~~~~~~~~~
In file included from arch/x86/kernel/syscall_64.c:28:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment