From 4a2b233ed09c2b24b82f766776d7fd0306855a47 Mon Sep 17 00:00:00 2001 From: Lionel Gauthier <lionel.gauthier@eurecom.fr> Date: Thu, 30 Apr 2015 09:48:25 +0000 Subject: [PATCH] Sebastian Held patches15/0041-fix-compiler-warnings.patch git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7343 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair1/PHY/TOOLS/time_meas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair1/PHY/TOOLS/time_meas.h b/openair1/PHY/TOOLS/time_meas.h index b5bfb7fc00..f18584ebd9 100644 --- a/openair1/PHY/TOOLS/time_meas.h +++ b/openair1/PHY/TOOLS/time_meas.h @@ -151,7 +151,7 @@ static inline void copy_meas(time_stats_t *dst_ts,time_stats_t *src_ts) static inline double get_cpu_freq_GHz(void) { - time_stats_t ts; + time_stats_t ts = {0}; reset_meas(&ts); start_meas(&ts); sleep(1); -- GitLab