On Thursday 13 July 2006 13:25, Hal Rosenstock wrote: > > ./../include/complib/cl_memtrack.h:99: warning: `cl_mem_tracker_t' is > > deprecated (declared at ./../include/complib/cl_memtrack.h:82) > > cl_memory.c:74: warning: `cl_mem_tracker_t' is deprecated (declared at > > ./../include/complib/cl_memtrack.h:82) > > cl_memory.c: In function `__cl_mem_track_start': > > cl_memory.c:106: warning: `cl_mem_tracker_t' is deprecated (declared at > > ./../include/complib/cl_memtrack.h:82) > > cl_memory.c:106: warning: `cl_mem_tracker_t' is deprecated (declared at > > ./../include/complib/cl_memtrack.h:82) > > cl_memory.c: In function `__cl_mem_track_stop': > > cl_memory.c:143: warning: `cl_mem_display' is deprecated (declared at > > ./../include/complib/cl_memory.h:139) > > cl_memory.c:152: warning: `cl_malloc_hdr_t' is deprecated (declared at > > ./../include/complib/cl_memtrack.h:96) > > cl_memory.c:152: warning: `cl_malloc_hdr_t' is deprecated (declared at > > ./../include/complib/cl_memtrack.h:96) > > cl_memory.c:159: warning: `cl_malloc_hdr_t' is deprecated (declared at > > ./../include/complib/cl_memtrack.h:96) > > cl_memory.c:159: warning: `cl_malloc_hdr_t' is deprecated (declared at > > ./../include/complib/cl_memtrack.h:96) > > These warnings are expected as those routines and structures are being > deprecated. There was a thread on openib-general on using malloc/free > directly which is what is now done in (at least in the Linux complib; I > don't know if this is being carried over to the Windows one as that is a > separate implementation). > > -- Hal >
If another c file or library would have used this header file, so those warning messages were understandable, but we get those warnings when we compile the comp_lib ... Dotan _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
