--- dfs.o --- /usr/src/sys/powerpc/cpufreq/dfs.c: In function 'dfs_settings': /usr/src/sys/powerpc/cpufreq/dfs.c:160:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (sc->dfs4) ^~ /usr/src/sys/powerpc/cpufreq/dfs.c:161:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' sets[2].freq = 2500; sets[2].dev = dev; ^~~~ --- pcr.o --- /usr/src/sys/powerpc/cpufreq/pcr.c: In function 'pcr_settings': /usr/src/sys/powerpc/cpufreq/pcr.c:254:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (sc->nmodes > 2) ^~ /usr/src/sys/powerpc/cpufreq/pcr.c:255:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' sets[2].freq = 2500; sets[2].dev = dev; ^~~~ ----------------- --- opal_console.o --- /usr/src/sys/powerpc/powernv/opal_console.c: In function 'uart_opal_put': /usr/src/sys/powerpc/powernv/opal_console.c:384:6: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err; ^~~ --- platform_powernv.o --- / -========