y_malloc_warning.inc 366 B

12345678910
  1. #if !__COMPILER_USER_WARNING
  2. // If an unused variable warning points you here, see the message below.
  3. static const YSI_MAYBE_HEAP_MALLOC = 0;
  4. #endinput
  5. #endif
  6. #if !defined YSI_YES_HEAP_MALLOC
  7. #warning y_malloc heap allocation is unstable. Use `YSI_NO_HEAP_MALLOC` to disable it, or `YSI_YES_HEAP_MALLOC` to disable this warning: git.io/YSI_HEAP_MALLOC
  8. #endif