[mythtv-commits] Ticket #4271: Legacy, implicit casts etc

MythTV mythtv at cvs.mythtv.org
Tue Dec 4 22:25:58 UTC 2007


#4271: Legacy, implicit casts etc
-----------------------------+----------------------------------------------
 Reporter:  andrei at tanas.ca  |       Owner:  ijr    
     Type:  patch            |      Status:  new    
 Priority:  major            |   Milestone:  unknown
Component:  mythtv           |     Version:  head   
 Severity:  medium           |     Mlocked:  0      
-----------------------------+----------------------------------------------
 The attached patch fixes some issues that cropped up during porting to
 MinGW:
 bzero has been declared as "legacy": replace with memset.
 Result of dlopen/dlsym is compared to NULL, instead of relying on
 dlopen().
 others are related to using intrinsic datatypes, variable names reserved
 as type names, implicit casts that don't always work (e.g. pthread_t is
 not necessarily a pointer on all platforms).

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4271>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list