diff options
| author | David Lamparter <equinox@diac24.net> | 2019-08-02 17:42:06 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-03-29 10:45:46 +0200 |
| commit | 07ef3e34ae0a414cefed99488abcbc167a9c0f3d (patch) | |
| tree | d4e945a2c6e94d541e27d0a8bfef18f248a94f40 /zebra/zebra_rib.c | |
| parent | 47466c571f6468b8b8a92de4c451057bd96d1233 (diff) | |
lib: prepare for plugin-based frr_format check
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 29d59b515f..dc54dee785 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -112,7 +112,7 @@ static const struct { /* no entry/default: 150 */ }; -static void __attribute__((format(printf, 5, 6))) +static void PRINTFRR(5, 6) _rnode_zlog(const char *_func, vrf_id_t vrf_id, struct route_node *rn, int priority, const char *msgfmt, ...) { |
