Skip to content
Snippets Groups Projects
Commit 15572620 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

cdfDefineDimsAndChunks: Fix scan-build warning: Dead assignment.

parent 44c5a294
No related branches found
No related tags found
No related merge requests found
......@@ -547,7 +547,7 @@ int cdfDefineDimsAndChunks(const stream_t *streamptr, int varID, int xid, int yi
if ( CDI_Debug )
fprintf(stderr, "lchunk %d chunktype %d chunks %zu %zu %zu %zu\n", lchunk, chunktype, chunks[0], chunks[1], chunks[2], chunks[3]);
iax = *piax;
*piax = iax;
return ndims;
}
......
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