mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
GCC 3.x WARNS: Add a break to the default case.
This commit is contained in:
parent
82130df48c
commit
9daa5b147a
1 changed files with 1 additions and 0 deletions
|
|
@ -374,6 +374,7 @@ ptrace(struct thread *td, struct ptrace_args *uap)
|
|||
break;
|
||||
#endif /* PT_SETDBREGS */
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
write = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue