Merge pull request #1084 from rbberger/cmake-and-warning-suppression-bugs

Fixes various compilation issues
This commit is contained in:
Steve Plimpton
2018-08-29 07:49:52 -06:00
committed by GitHub
92 changed files with 158 additions and 230 deletions

View File

@ -2628,7 +2628,7 @@ void FixBondReact::post_integrate_respa(int ilevel, int /*iloop*/)
/* ---------------------------------------------------------------------- */
int FixBondReact::pack_forward_comm(int n, int *list, double *buf,
int /*pbc_flag*/, int */*pbc*/)
int /*pbc_flag*/, int * /*pbc*/)
{
int i,j,k,m,ns;