warning static method

void warning(
  1. String message
)

Implementation

static void warning(String message) {
  printerr(orange(message));
}