Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / fileio / md5.c
index 8154a6e81153e79c4d6dc5d71ecca6847cbc41f1..c7cd9930858f27457d1ac4e734177191b5aa89b6 100644 (file)
@@ -188,7 +188,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