blob: adf0785b5e7aaab911e30a8ef50562a43d4d096f [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- 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. */