From ce5c443efa2ec72b7d7b88210eea71db89b29c89 Mon Sep 17 00:00:00 2001 From: Ahmad Alawneh Date: Tue, 6 Jun 2023 22:14:24 -0400 Subject: it is safe to to change m_updates to unsgined, the accessor returns unsigned anyway, it should fix warning in done() fun --- src/stream_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stream_manager.h b/src/stream_manager.h index afcbb0e..561f54b 100644 --- a/src/stream_manager.h +++ b/src/stream_manager.h @@ -73,7 +73,7 @@ struct CUevent_st { int m_uid; bool m_blocking; bool m_done; - int m_updates; + unsigned int m_updates; unsigned int m_issued; time_t m_wallclock; double m_gpu_tot_sim_cycle; -- cgit v1.3