mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-26 20:53:26 +00:00
Merge pull request #8648 from idryzhov/fix-test-assert
tests: fix build warning
This commit is contained in:
commit
3b20069fd6
@ -27,7 +27,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
__attribute__((noinline))
|
__attribute__((noinline))
|
||||||
void func_for_bt(int number)
|
static void func_for_bt(int number)
|
||||||
{
|
{
|
||||||
assert(number > 2);
|
assert(number > 2);
|
||||||
assertf(number > 3, "(A) the number was %d", number);
|
assertf(number > 3, "(A) the number was %d", number);
|
||||||
|
Loading…
Reference in New Issue
Block a user