mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix "set but not used" in kern_cpu.c
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
4d54d1b7fd
commit
95d35d7a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -1122,7 +1122,7 @@ int
|
|||
cpufreq_unregister(device_t dev)
|
||||
{
|
||||
device_t cf_dev;
|
||||
struct cpufreq_softc *sc;
|
||||
struct cpufreq_softc *sc __diagused;
|
||||
|
||||
/*
|
||||
* If this is the last cpufreq child device, remove the control
|
||||
|
|
|
|||
Loading…
Reference in a new issue