You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
352 B

  1. --- a/lib/northbound.h
  2. +++ b/lib/northbound.h
  3. @@ -504,11 +504,7 @@ struct frr_yang_module_info {
  4. /* Priority - lower priorities are processed first. */
  5. uint32_t priority;
  6. -#if defined(__GNUC__) && ((__GNUC__ - 0) < 5) && !defined(__clang__)
  7. } nodes[YANG_MODULE_MAX_NODES + 1];
  8. -#else
  9. - } nodes[];
  10. -#endif
  11. };
  12. /* Northbound error codes. */