Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate warning from clang compilers.
Eliminate this warning from clang: ``` TPL/netcdf/netcdf-c/libdispatch/ncuri.c:914:31: warning: for loop has empty body [-Wempty-body] for(p=sp,q=sp+1;(*p++=*q++);); ^ TPL/netcdf/netcdf-c/libdispatch/ncuri.c:914:31: note: put the semicolon on a separate line to silence this warning 1 warning generated. ```
- Loading branch information