diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-08-01 16:38:48 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-08-01 16:38:48 -0700 |
commit | 09e50de77da82430cbada93cf58544af2441fd83 (patch) | |
tree | 54a9bb29c773c641214168bb5d35b99fa373f89c /configure.ac | |
parent | 7517441ffa1aecb6f565217149762267d145e11e (diff) |
Remove redundant declaration of hypot() for SVR4 systems
Fixes gcc warning:
Eyes.c:54:15: warning: redundant redeclaration of ‘hypot’ [-Wredundant-decls]
extern double hypot(double, double);
^~~~~
since it's already declared in <math.h>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions