b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/lib/northbound.h |
2 | +++ b/lib/northbound.h | ||||
3 | @@ -562,11 +562,7 @@ struct frr_yang_module_info { | ||||
4 | |||||
5 | /* Priority - lower priorities are processed first. */ | ||||
6 | uint32_t priority; | ||||
7 | -#if defined(__GNUC__) && ((__GNUC__ - 0) < 5) && !defined(__clang__) | ||||
8 | } nodes[YANG_MODULE_MAX_NODES + 1]; | ||||
9 | -#else | ||||
10 | - } nodes[]; | ||||
11 | -#endif | ||||
12 | }; | ||||
13 | |||||
14 | /* Northbound error codes. */ |