Skip to content

Commit

Permalink
trying out the pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Jan 10, 2024
1 parent 53bd1e5 commit 16879a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test_metric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// All Rights Reserved
//
// Distributed under the "BSD License". See the accompanying LICENSE.rst file.
#pragma STDC FENV_ACCESS ON
#pragma fenv_access on

Check warning on line 5 in test/src/test_metric.cpp

View workflow job for this annotation

GitHub Actions / Windows-mkspecs / MSVC 17 32-bit

expected '('; found identifier 'on'

Check warning on line 5 in test/src/test_metric.cpp

View workflow job for this annotation

GitHub Actions / MacOS-mkspecs / Apple Big Sur (ARM)

unknown pragma ignored [-Wunknown-pragmas]

Check warning on line 5 in test/src/test_metric.cpp

View workflow job for this annotation

GitHub Actions / Windows-mkspecs / MSVC 17 64-bit

expected '('; found identifier 'on'

Check warning on line 5 in test/src/test_metric.cpp

View workflow job for this annotation

GitHub Actions / Linux-mkspecs / Clang 15

unknown pragma ignored [-Wunknown-pragmas]

Check warning on line 5 in test/src/test_metric.cpp

View workflow job for this annotation

GitHub Actions / Linux-mkspecs / Clang 15 Address Sanitizer

unknown pragma ignored [-Wunknown-pragmas]

Check warning on line 5 in test/src/test_metric.cpp

View workflow job for this annotation

GitHub Actions / Linux-mkspecs / Clang 15 Thread Sanitizer

unknown pragma ignored [-Wunknown-pragmas]

#include <cmath>
#include <cstdint>
Expand Down

0 comments on commit 16879a5

Please sign in to comment.