mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Remove compiler warning:
void function return int.
This commit is contained in:
parent
04201cd182
commit
8cd0c83879
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ tenmicrosec (void)
|
|||
void
|
||||
gusintr (int unit)
|
||||
{
|
||||
return (0);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue