You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

flag_warn.cpp 165 B

1234567
  1. #include "megdnn/config/config.h"
  2. #if !MEGDNN_ENABLE_MANGLING
  3. #pragma message "Mangling is disabled."
  4. #endif // MEGDNN_ENABLE_MANGLING
  5. // vim: syntax=cpp.doxygen