Fic clang compiler warnings (#711)

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2023-07-19 14:59:08 +05:30 committed by GitHub
parent 71662b5b5a
commit 0d03a938cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 10 deletions

View file

@ -26,8 +26,8 @@
*
*/
#ifndef _WAIT_FOR_EVENT_H_
#define _WAIT_FOR_EVENT_H_
#ifndef WAIT_FOR_EVENT_H_
#define WAIT_FOR_EVENT_H_
#include <stdbool.h>
#include <time.h>
@ -43,4 +43,4 @@ void event_signal( struct event * ev );
#endif /* ifndef _WAIT_FOR_EVENT_H_ */
#endif /* ifndef WAIT_FOR_EVENT_H_ */