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

Add attribute to clarify potential control flow.

parent 7eaea3f5
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
#endif
#include "cdi.h"
#include "error.h"
#include "dmemory.h"
#include "pio_write.h"
#ifdef USE_MPI
......@@ -60,6 +61,10 @@ static const struct {
{ "ieg", CDI_FILETYPE_IEG, CDI_DATATYPE_FLT64, GRID_LONLAT },
};
static void
invalidOptionDie(const char *format, ...)
__attribute__((noreturn));
static void
invalidOptionDie(const char *format, ...)
{
......
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