Skip to content
Snippets Groups Projects
Commit 8739270d authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

Revert "WRG: ignore literal-suffix warning from mpi with pragma push"

This reverts commit c7fce23c.
parent 22e9f0dc
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@
#if defined(__GNUC__) || defined(__clang__)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wunused-parameter"
# pragma GCC diagnostic ignored "-Wliteral-suffix"
#include <mpi.h>
# pragma GCC diagnostic pop
#else
......
......@@ -60,7 +60,6 @@
#if defined(__GNUC__) || defined(__clang__)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wunused-parameter"
# pragma GCC diagnostic ignored "-Wliteral-suffix"
#include "sptw.h"
# pragma GCC diagnostic pop
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment