GCC 3.x WARNS: Add a break to the default case.
This commit is contained in:
parent
82130df48c
commit
9daa5b147a
@ -374,6 +374,7 @@ ptrace(struct thread *td, struct ptrace_args *uap)
|
||||
break;
|
||||
#endif /* PT_SETDBREGS */
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
write = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user