Enable clang-tidy for headers
[alexxy/gromacs.git] / src / gromacs / mdtypes / inputrec.h
index 7fb5da591430cc7914d1b64c7783804be91a2c9f..9183e3c167a09d185786f52f7482ef7db9c945fa 100644 (file)
@@ -330,7 +330,7 @@ struct t_swapcoords
     gmx_swapcoords_t         si_priv;
 };
 
-struct t_inputrec
+struct t_inputrec // NOLINT (clang-analyzer-optin.performance.Padding)
 {
     t_inputrec();
     explicit t_inputrec(const t_inputrec &) = delete;