Merge release-5-0 into master
[alexxy/gromacs.git] / src / external / tng_io / src / lib / md5.c
index f6a2391635587c1178dd676ebf6103f2af8df416..774c0f6841218451a4765d82afa1cb86fd9a9e6e 100644 (file)
@@ -165,7 +165,6 @@ md5_process(md5_state_t *pms, const md5_byte_t *data /*[64]*/)
 #else
     /* Define storage for little-endian or both types of CPUs. */
     md5_word_t xbuf[16];
-    /* cppcheck-suppress unassignedVariable */
     const md5_word_t *X;
 #endif