]> granicus.if.org Git - graphviz/commit
neatogen: remove duplicate declaration of drand48 in stress.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 1 Aug 2021 12:56:03 +0000 (14:56 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 25 Aug 2021 16:18:49 +0000 (18:18 +0200)
commit2f5a17f66b47771f51197b6d8852ead9170c9216
treeeff989fdb6ae1cc6bfeb5b0a0f0c43a00b3b9e27
parentca36c20d21920896f902152966a7a3e4da102bb3
neatogen: remove duplicate declaration of drand48 in stress.c

drand48 is already declared in lib/common/utils.h.

Removes this warning:

C:/Users/magja/graphviz/lib/neatogen/stress.c:27:15: warning: 'drand48' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
   27 | extern double drand48(void);
      |               ^~~~~~~
lib/neatogen/stress.c