Skip to content
Snippets Groups Projects
Commit 45720a1c authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

remove unused variable `buffer`

This addresses a compiler warning from gcc-7:

    dune-uggrid/gm/gmcheck.cc:110:13: warning:
    ‘buffer’ defined but not used [-Wunused-variable]
parent cf2b91c1
No related branches found
No related tags found
1 merge request!65More cleanup
......@@ -107,7 +107,6 @@ using namespace PPIF;
/* */
/****************************************************************************/
static char buffer[4*256]; /* general purpose text buffer */
static DOUBLE hghost_overlap = 1.0;
REP_ERR_FILE;
......
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