Yu Watanabe
8903e6b5f7
tree-wide: suppress misc-use-internal-linkage warnings
...
Suppress warnings like the following from clang tidy:
```
../src/boot/addon.c:11:19: error: function 'efi_main' can be made static to enforce internal linkage [misc-use-internal-linkage,-warnings-as-errors]
11 | EFIAPI EFI_STATUS efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *system_table);
| ^
```
Some warnings are suppressed simply by setting comments to ignore the warning,
some are by making global variables static, or include a suitable header.
2026-03-05 20:23:24 +01:00
..
2025-08-28 14:09:50 +02:00
2025-12-15 08:50:13 +09:00
2025-05-22 03:06:46 +09:00
2025-08-28 14:09:50 +02:00
2025-05-22 03:06:46 +09:00
2025-11-25 20:49:39 +01:00
2024-12-18 17:38:42 +01:00
2025-05-22 03:06:46 +09:00
2025-11-05 05:16:34 +09:00
2025-12-15 08:50:13 +09:00
2025-12-15 08:50:13 +09:00
2025-11-26 16:17:08 +01:00
2025-10-30 11:58:23 +01:00
2025-05-22 21:10:15 +02:00
2025-05-22 03:06:46 +09:00
2025-08-28 14:09:50 +02:00
2025-12-15 08:50:13 +09:00
2025-11-05 05:16:34 +09:00
2025-05-22 03:06:46 +09:00
2026-03-04 08:28:29 +01:00
2026-03-04 08:28:29 +01:00
2025-12-19 09:17:41 +00:00
2025-11-05 05:16:34 +09:00
2025-10-30 08:41:43 +01:00
2025-05-22 03:06:46 +09:00
2025-05-22 03:06:46 +09:00
2026-01-16 23:05:33 +09:00
2025-11-02 21:14:35 +01:00
2025-12-15 08:50:13 +09:00
2025-12-15 08:50:13 +09:00
2026-01-21 15:09:46 +01:00
2025-05-22 03:06:46 +09:00
2025-05-22 03:06:46 +09:00
2025-05-22 03:06:46 +09:00
2025-05-22 21:10:15 +02:00
2025-12-15 08:50:13 +09:00
2025-10-16 17:00:29 +02:00
2025-05-22 03:06:46 +09:00
2025-05-22 03:06:46 +09:00
2025-05-22 03:06:46 +09:00
2025-05-22 03:06:46 +09:00
2025-12-15 08:50:13 +09:00
2025-07-17 15:09:58 +01:00
2025-05-22 03:06:46 +09:00
2025-12-20 13:45:22 +01:00
2025-07-04 16:09:07 +01:00
2025-12-15 08:50:13 +09:00
2026-01-02 04:05:45 +09:00
2025-05-22 03:06:46 +09:00
2026-03-04 08:28:29 +01:00
2025-10-16 17:00:29 +02:00
2025-11-20 10:03:48 +09:00
2026-03-05 20:23:24 +01:00