Skip to content
Snippets Groups Projects
Commit aab855d7 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Move documentation comment to the line it refers to.

parent 3c4f685c
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,11 @@
#include "pio_util.h"
#include "pio_xmap_cache.h"
#ifndef HAVE_NETCDF_PAR_H
/* the following causes netcdf.h to not try to redefine MPI_Comm etc. */
#ifdef __clang__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-macros"
#endif
/* the following causes netcdf.h to not try to redefine MPI_Comm etc. */
#define MPI_INCLUDED
#ifdef __clang__
#pragma GCC diagnostic pop
......
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