Fix harmless warnings with mingw in timing.c
This commit is contained in:
parent
38433535e3
commit
dda5213982
3 changed files with 13 additions and 4 deletions
|
@ -65,6 +65,10 @@ unsigned long get_timer( struct hr_time *val, int reset );
|
|||
* \brief Setup an alarm clock
|
||||
*
|
||||
* \param seconds delay before the "alarmed" flag is set
|
||||
*
|
||||
* \warning Only one alarm at a time is supported. In a threaded
|
||||
* context, this means one for the whole process, not one per
|
||||
* thread.
|
||||
*/
|
||||
void set_alarm( int seconds );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue