Skip to content
Snippets Groups Projects
Commit 2f4cb33a authored by Stephan Schulz's avatar Stephan Schulz
Browse files

fix typo in compiled detection

parent 05e36863
No related branches found
No related tags found
2 merge requests!10Feature/fix warnings,!8Refactor
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
...@@ -33,7 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ...@@ -33,7 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#if defined(__clang__) #if defined(__clang__)
#define known_unused __attribute__((unused)) #define known_unused __attribute__((unused))
#if defined(__INTEL_COMPILER) #elif defined(__INTEL_COMPILER)
#warning "The Intel compiler is not properly supported." #warning "The Intel compiler is not properly supported."
#define known_unused #define known_unused
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment