Skip to content
Snippets Groups Projects
Commit 547e3cec authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

[S390] remove ptrace warning on 31 bit.


A kernel compile on 31 bit gives the following warnings in ptrace.c:

arch/s390/kernel/ptrace.c: In function 'peek_user':
arch/s390/kernel/ptrace.c:207: warning: unused variable 'dummy'
arch/s390/kernel/ptrace.c: In function 'poke_user':
arch/s390/kernel/ptrace.c:315: warning: unused variable 'dummy'

Getting rid of the dummy variables removes the warnings.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 32272a26
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment