reduce compiler warnings

This commit is contained in:
Axel Kohlmeyer
2019-04-02 23:44:00 -04:00
parent 6cb120d691
commit 40f1662c93
5 changed files with 9 additions and 17 deletions

View File

@ -1225,7 +1225,7 @@ void Special::dihedral_trim()
------------------------------------------------------------------------- */
int Special::rendezvous_ids(int n, char *inbuf,
int &flag, int *&proclist, char *&outbuf,
int &flag, int *& /*proclist*/, char *& /*outbuf*/,
void *ptr)
{
Special *sptr = (Special *) ptr;