Chromium Code Reviews| Index: firmware/stub/boot_device_stub.c |
| diff --git a/firmware/stub/boot_device_stub.c b/firmware/stub/boot_device_stub.c |
| index c7bb86f5c3ce50b5cdc9c82b9c940c3b94fc52f8..1316e01c7403d706a95deb19e4ff283317b82803 100644 |
| --- a/firmware/stub/boot_device_stub.c |
| +++ b/firmware/stub/boot_device_stub.c |
| @@ -7,6 +7,9 @@ |
| #include "boot_device.h" |
| +/* disable MSVC warnings on unused arguments */ |
| +__pragma(warning (disable: 4100)) |
| + |
| int BootDeviceReadLBA(uint64_t lba_start, uint64_t lba_count, void *buffer) { |
| return 1; |
| } |