-
- Downloads
Use casts or intermediate variables to remove a number
of platform/compiler-dependent warnings when handing struct timeval fields, both reading and printing them. It is a lost battle to handle the different ways struct timeval is handled on the various platforms and compilers, so try to be pragmatic and go through int/long which are universally supported. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@116557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- apps/app_waituntil.c 3 additions, 1 deletionapps/app_waituntil.c
- funcs/func_timeout.c 5 additions, 2 deletionsfuncs/func_timeout.c
- main/features.c 2 additions, 1 deletionmain/features.c
- main/manager.c 1 addition, 1 deletionmain/manager.c
- main/sched.c 1 addition, 1 deletionmain/sched.c
- main/taskprocessor.c 1 addition, 1 deletionmain/taskprocessor.c
- main/utils.c 2 additions, 2 deletionsmain/utils.c
Loading
Please register or sign in to comment