Add definition _GNU_SOURCE to remove warnings to do with implicit functions
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I02489bde9498c3acb22af381bd4852e5a667c677
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
*/
|
||||
/*----------------------------------------------------------------------------*/
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user