We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86afa36 commit 12d44fdCopy full SHA for 12d44fd
ParU/Include/ParU.hpp
@@ -36,10 +36,6 @@
36
#define PARU_H
37
38
// silence these diagnostics:
39
-#ifdef __GNUC__
40
-#pragma GCC diagnostic push
41
-#pragma GCC diagnostic ignored "-Wextra-semi-stmt"
42
-#endif
43
#ifdef __clang__
44
#pragma clang diagnostic push
45
#pragma clang diagnostic ignored "-Wc++11-extensions"
@@ -434,9 +430,6 @@ ParU_Ret ParU_Residual(
434
430
ParU_Ret ParU_Freenum(ParU_Numeric **Num_handle, ParU_Control *Control);
435
431
ParU_Ret ParU_Freesym(ParU_Symbolic **Sym_handle, ParU_Control *Control);
436
432
437
438
-#pragma GCC diagnostic pop
439
440
433
441
#pragma clang diagnostic pop
442
#endif
0 commit comments