* include/math.h: Add pragma GCC system_header.
This commit is contained in:
@ -8,9 +8,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _MATH_H_
|
||||
#define _MATH_H_
|
||||
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
/* All the headers include this file. */
|
||||
#include <_mingw.h>
|
||||
|
||||
|
Reference in New Issue
Block a user