hnakamur commented on PR #12243: URL: https://github.com/apache/trafficserver/pull/12243#issuecomment-2983823021
I successfully compiled commit https://github.com/apache/trafficserver/commit/c32024e951f3199161bb4acbe1a1773cb814741f on my Ubuntu PC. However, the CI environment is encountering a compilation error that I haven't been able to resolve: ``` ../src/iocore/cache/P_CacheInternal.h:515:33: error: too many arguments to function call, expected 0, have 1 ``` I've noticed a discrepancy: the error message refers to line 515 of `P_CacheInternal.h`, but the linked commit (c32024e951f3199161bb4acbe1a1773cb814741f) only has 507 lines in [that file](https://github.com/apache/trafficserver/blob/c32024e951f3199161bb4acbe1a1773cb814741f/src/iocore/cache/P_CacheInternal.h). -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org