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