commit | dda5213982f7e245b6444f4340f692d5cacdec97 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Feb 11 11:36:31 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Feb 11 12:33:40 2015 +0000 |
tree | 12f8e345d822dcd2425f86b7778cb114d92a0d9e | |
parent | 38433535e3b99ad301e8ec2541baaf7a384d65ea [diff] [blame] |
Fix harmless warnings with mingw in timing.c
diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h index a3eb510..5f3acfa 100644 --- a/include/polarssl/timing.h +++ b/include/polarssl/timing.h
@@ -65,6 +65,10 @@ * \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 );