Skip to content

Commit

Permalink
remove suppressed diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
fangzhou-xie committed Jul 7, 2024
1 parent 91b81c5 commit 56996aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inst/include/fplus/fplus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ namespace fplus {
namespace utils {

#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Weffc++"
// #pragma GCC diagnostic push
// #pragma GCC diagnostic ignored "-Weffc++"
#endif

/**
Expand Down Expand Up @@ -637,7 +637,7 @@ namespace utils {
}

#ifdef __GNUC__
#pragma GCC diagnostic pop
// #pragma GCC diagnostic pop
#endif

}
Expand Down Expand Up @@ -2369,8 +2369,8 @@ namespace fplus {
namespace internal {

#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Weffc++"
// #pragma GCC diagnostic push
// #pragma GCC diagnostic ignored "-Weffc++"
#endif

template <class T>
Expand Down Expand Up @@ -2476,7 +2476,7 @@ namespace internal {
};

#ifdef __GNUC__
#pragma GCC diagnostic pop
// #pragma GCC diagnostic pop
#endif

template <
Expand Down

0 comments on commit 56996aa

Please sign in to comment.