JosiahWI commented on PR #11515:
URL: https://github.com/apache/trafficserver/pull/11515#issuecomment-2217295954

   On OSX:
   
   ```
   
/Users/jenkins/workspace/Github_Builds/osx/src/src/tscore/hugepages.cc:64:23: 
error: unused parameter 'enabled' [-Werror,-Wunused-parameter]
   ats_hugepage_init(int enabled)
   ```
   
   On AuTest:
   
   ```
   ../tests/tools/plugins/conf_remap_stripped.cc: In function 'TSReturnCode 
TSRemapInit(TSRemapInterface*, char*, int)':
   ../tests/tools/plugins/conf_remap_stripped.cc:26:31: error: unused parameter 
'api_info' [-Werror=unused-parameter]
      26 | TSRemapInit(TSRemapInterface *api_info, char *errbuf, int 
errbuf_size)
         |             ~~~~~~~~~~~~~~~~~~^~~~~~~~
   ../tests/tools/plugins/conf_remap_stripped.cc:26:47: error: unused parameter 
'errbuf' [-Werror=unused-parameter]
      26 | TSRemapInit(TSRemapInterface *api_info, char *errbuf, int 
errbuf_size)
         |                                         ~~~~~~^~~~~~
   ../tests/tools/plugins/conf_remap_stripped.cc:26:59: error: unused parameter 
'errbuf_size' [-Werror=unused-parameter]
      26 | TSRemapInit(TSRemapInterface *api_info, char *errbuf, int 
errbuf_size)
         |                                                       ~~~~^~~~~~~~~~~
   ../tests/tools/plugins/conf_remap_stripped.cc: In function 'TSReturnCode 
TSRemapNewInstance(int, char**, void**, char*, int)':
   ../tests/tools/plugins/conf_remap_stripped.cc:32:24: error: unused parameter 
'argc' [-Werror=unused-parameter]
      32 | TSRemapNewInstance(int argc, char *argv[], void **ih, char * /* 
errbuf ATS_UNUSED */, int /* errbuf_size ATS_UNUSED */)
         |                    ~~~~^~~~
   ../tests/tools/plugins/conf_remap_stripped.cc:32:36: error: unused parameter 
'argv' [-Werror=unused-parameter]
      32 | TSRemapNewInstance(int argc, char *argv[], void **ih, char * /* 
errbuf ATS_UNUSED */, int /* errbuf_size ATS_UNUSED */)
         |                              ~~~~~~^~~~~~
   ../tests/tools/plugins/conf_remap_stripped.cc:32:51: error: unused parameter 
'ih' [-Werror=unused-parameter]
      32 | TSRemapNewInstance(int argc, char *argv[], void **ih, char * /* 
errbuf ATS_UNUSED */, int /* errbuf_size ATS_UNUSED */)
         |                                            ~~~~~~~^~
   ../tests/tools/plugins/conf_remap_stripped.cc: In function 'void 
TSRemapDeleteInstance(void*)':
   ../tests/tools/plugins/conf_remap_stripped.cc:38:29: error: unused parameter 
'ih' [-Werror=unused-parameter]
      38 | TSRemapDeleteInstance(void *ih)
         |                       ~~~~~~^~
   ../tests/tools/plugins/conf_remap_stripped.cc: In function 'TSRemapStatus 
TSRemapDoRemap(void*, TSHttpTxn, TSRemapRequestInfo*)':
   ../tests/tools/plugins/conf_remap_stripped.cc:46:22: error: unused parameter 
'ih' [-Werror=unused-parameter]
      46 | TSRemapDoRemap(void *ih, TSHttpTxn rh, TSRemapRequestInfo * /* rri 
ATS_UNUSED */)
         |                ~~~~~~^~
   ../tests/tools/plugins/conf_remap_stripped.cc:46:36: error: unused parameter 
'rh' [-Werror=unused-parameter]
      46 | TSRemapDoRemap(void *ih, TSHttpTxn rh, TSRemapRequestInfo * /* rri 
ATS_UNUSED */)
   ```
   
   @freak82 It looks like most of the CI builds are passing now. OSX and AuTest 
are still unhappy. :+1:


-- 
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

Reply via email to