Changeset 5853:c7789b146c91 in roaraudio


Ignore:
Timestamp:
01/07/13 19:15:32 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added more funny casts to avoid warnings on win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r5838 r5853  
    350350#endif 
    351351         (LIBROAR__longlong unsigned int)time.t_sec, 
    352          (LIBROAR__longlong unsigned int) time.t_ssec / 18446744073709LLU, 
     352         (LIBROAR__longlong unsigned int) time.t_ssec / (LIBROAR__longlong unsigned int)18446744073709LLU, 
    353353         (LIBROAR__longlong unsigned int) time.t_ssec); 
    354354 } else { 
     
    373373#endif 
    374374          (LIBROAR__longlong unsigned int)time.t_sec, 
    375           (LIBROAR__longlong unsigned int) time.t_ssec / 18446744073709LLU); 
     375          (LIBROAR__longlong unsigned int) time.t_ssec / (LIBROAR__longlong unsigned int)18446744073709LLU); 
    376376  } 
    377377 } 
Note: See TracChangeset for help on using the changeset viewer.