diff options
author | Harald Welte <laforge@gnumonks.org> | 2019-07-31 09:55:04 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-07-31 09:59:11 +0200 |
commit | dbdd4f02739a0a7590a2a9cb3d0e3fafbdc6e76d (patch) | |
tree | 73e647f312de42e0a9c10de235caea688dc37ee5 /src/pseudotalloc/Makefile.am | |
parent | 8c00f9d7535b366f15f9ad33a946b03893d684e5 (diff) |
avoid gcc format error on embedded builds
when using gcc 8.3.0 on Debian unstable and doing an embedded build,
I'm getting the following error:
> fsm.c:621:40: error: format '%ld' expects argument of type
> 'long int', but argument 6 has type 'time_t {aka long long int}'
> [-Werror=format=]
Let's avoid that...
Change-Id: I92fb9b08def8475739f0dc6316de43b166f48ac3
Diffstat (limited to 'src/pseudotalloc/Makefile.am')
0 files changed, 0 insertions, 0 deletions