TNG version 1.7.3
[alexxy/gromacs.git] / src / external / tng_io / src / lib / md5.c
index 774c0f6841218451a4765d82afa1cb86fd9a9e6e..f6a2391635587c1178dd676ebf6103f2af8df416 100644 (file)
@@ -165,6 +165,7 @@ 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