Commit 4a2b233e authored by Lionel Gauthier's avatar Lionel Gauthier

Sebastian Held patches15/0041-fix-compiler-warnings.patch


git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7343 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 81470c9a
...@@ -151,7 +151,7 @@ static inline void copy_meas(time_stats_t *dst_ts,time_stats_t *src_ts) ...@@ -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) static inline double get_cpu_freq_GHz(void)
{ {
time_stats_t ts; time_stats_t ts = {0};
reset_meas(&ts); reset_meas(&ts);
start_meas(&ts); start_meas(&ts);
sleep(1); sleep(1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment