Compile::cxcoerce
A message about coercion is generated if the corresponding option has been set:
SetSystemOptions["CompileOptions" -> {"CompileReportCoercion" -> True}];Compile[{}, 1 + I]SetSystemOptions["CompileOptions" -> {"CompileReportCoercion" -> False}];