Commit 6d5a7e1
[FREELDR:XBOX] Fix GCC compilation (reactos#8512)
CORE-16216
Addendum to commit 9e64fa8 (PR reactos#8510)
Fixes GCC complaint when compiling for XBOX (or PC98)
```
boot/freeldr/freeldr/arch/i386/pc/machpc.c:1123:1: error: 'DetectKeyboardController' defined but not used [-Werror=unused-function]
DetectKeyboardController(PCONFIGURATION_COMPONENT_DATA BusKey)
^~~~~~~~~~~~~~~~~~~~~~~~
```1 parent b183665 commit 6d5a7e1
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
982 | 982 | | |
983 | 983 | | |
984 | 984 | | |
985 | | - | |
986 | | - | |
987 | 985 | | |
988 | 986 | | |
989 | 987 | | |
| |||
1185 | 1183 | | |
1186 | 1184 | | |
1187 | 1185 | | |
1188 | | - | |
1189 | | - | |
1190 | | - | |
1191 | 1186 | | |
1192 | 1187 | | |
1193 | 1188 | | |
| |||
0 commit comments