CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/06/08 04:05:52
Modified files:
cad/netgen : Makefile
Added files:
cad/netgen/patches: patch-base_config_h
Log message:
Use clock(3) to get cpu time, avoids a possible time_t problem on 32 bits archs
timing.c:103:8: warning: incompatible pointer types passing 'long *' to
parameter of type 'time_t *' (aka 'long long *') [-Wincompatible-pointer-types]
Tested by Alessandro DE LAURENZIS (maintainer)
