Index: /issm/trunk-jpl/src/c/modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp
===================================================================
--- /issm/trunk-jpl/src/c/modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp	(revision 11944)
+++ /issm/trunk-jpl/src/c/modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp	(revision 11945)
@@ -103,5 +103,5 @@
 		char* string=strings[i];
 		if(my_rank==0){
-			if(string==NULL) _error_("PETSc options for analysis %s have been declared but were not found",EnumToStringx(analyses[i]));
+			if(string==NULL) _error_("PETSc options for analysis %s have been declared but were not found",EnumToStringx((int)analyses[i]));
 		}
 		if(my_rank==0)stringlength=(strlen(string)+1)*sizeof(char);
