brbzull0 commented on PR #11650:
URL: https://github.com/apache/trafficserver/pull/11650#issuecomment-2269432535

   Will fix CI:
   
   ```
   ../src/traffic_ctl/PrintUtils.h:85:1: error: 'const char* rec_sourceof(int)' 
defined but not used [-Werror=unused-function]
      85 | rec_sourceof(int rec_source)
         | ^~~~~~~~~~~~
   ../src/traffic_ctl/PrintUtils.h:73:1: error: 'const char* rec_labelof(int)' 
defined but not used [-Werror=unused-function]
      73 | rec_labelof(int rec_class)
         | ^~~~~~~~~~~
   ../src/traffic_ctl/PrintUtils.h:42:1: error: 'const char* rec_updateof(int)' 
defined but not used [-Werror=unused-function]
      42 | rec_updateof(int rec_updatetype)
         | ^~~~~~~~~~~~
   ../src/traffic_ctl/PrintUtils.h:29:1: error: 'const char* rec_accessof(int)' 
defined but not used [-Werror=unused-function]
      29 | rec_accessof(int rec_access)
   ```


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

Reply via email to