Skip to content

Commit 12d44fd

Browse files
ditto
1 parent 86afa36 commit 12d44fd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ParU/Include/ParU.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
#define PARU_H
3737

3838
// silence these diagnostics:
39-
#ifdef __GNUC__
40-
#pragma GCC diagnostic push
41-
#pragma GCC diagnostic ignored "-Wextra-semi-stmt"
42-
#endif
4339
#ifdef __clang__
4440
#pragma clang diagnostic push
4541
#pragma clang diagnostic ignored "-Wc++11-extensions"
@@ -434,9 +430,6 @@ ParU_Ret ParU_Residual(
434430
ParU_Ret ParU_Freenum(ParU_Numeric **Num_handle, ParU_Control *Control);
435431
ParU_Ret ParU_Freesym(ParU_Symbolic **Sym_handle, ParU_Control *Control);
436432

437-
#ifdef __GNUC__
438-
#pragma GCC diagnostic pop
439-
#endif
440433
#ifdef __clang__
441434
#pragma clang diagnostic pop
442435
#endif

0 commit comments

Comments
 (0)