Fix harmless warnings with mingw in timing.c

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-11 11:36:31 +00:00
parent 38433535e3
commit dda5213982
3 changed files with 13 additions and 4 deletions

View file

@ -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 );