Skip to content
  • Philip Chimento's avatar
    profiler: Suppress cppcheck warning · 12b5a8f9
    Philip Chimento authored
    The cppcheck program will warn about alloca() even though there's no
    equivalent alternative in C++. I don't think there's necessarily a better
    way to do this, so we suppress the warning and add a justification.
    12b5a8f9