diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-22 20:39:47 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-24 23:25:28 +0100 |
commit | 806354ab5350d885b553c7e0d7ad022af2e73e41 (patch) | |
tree | 1ac0b7438c0a060bbf8bddd7091dba3622b62bcd /tools/gmp | |
parent | 930fc09803f1e75958d573bc55452b8ea61137be (diff) | |
download | upstream-806354ab5350d885b553c7e0d7ad022af2e73e41.tar.gz upstream-806354ab5350d885b553c7e0d7ad022af2e73e41.tar.bz2 upstream-806354ab5350d885b553c7e0d7ad022af2e73e41.zip |
linux-atm: Fix compile warning
The function trace_on_exit() is given to atexit() as a parameter, but
atexit() only takes a function pointer to a function with a void
parameter.
This problem was introduced when the on_exit() function was incompletely
replaced by atexit().
Fixes: ba6c8bd6142f ("linux-atm: add portability fixes")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/gmp')
0 files changed, 0 insertions, 0 deletions