phongn commented on code in PR #10782: URL: https://github.com/apache/trafficserver/pull/10782#discussion_r1394419863
########## include/tscore/ink_platform.h: ########## @@ -122,7 +122,7 @@ struct ifafilt; #ifdef HAVE_VALUES_H #include <values.h> #endif -#ifdef HAVE_ALLOCA_H +#if __has_include(<alloca.h>) Review Comment: `alloca(3)` is called in several places and the standard prefers that you explicitly include the header. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
