Skip to content
Snippets Groups Projects
Commit 711400a5 authored by TESLA01\soerenpeters's avatar TESLA01\soerenpeters
Browse files

Define pragma clang only with clang comiler.

parent 78e31468
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,10 @@ ...@@ -10,7 +10,10 @@
#ifndef _METIS_H_ #ifndef _METIS_H_
#define _METIS_H_ #define _METIS_H_
#ifdef __clang__
#pragma clang system_header #pragma clang system_header
#endif
/**************************************************************************** /****************************************************************************
* A set of defines that can be modified by the user * A set of defines that can be modified by the user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment