moonchen commented on PR #11937:
URL: https://github.com/apache/trafficserver/pull/11937#issuecomment-2576414645

   > From the Rocky build: 
https://ci.trafficserver.apache.org/job/Github_Builds/job/rocky/6106/console
   > 
   > ```
   > ../src/iocore/net/P_SSLNetVConnection.h:100:7: error: 'SSLNetVConnection' 
has a field 'SSLNetVConnection::hookOpRequested' whose type has no linkage 
[-Werror=subobject-linkage]
   >   100 | class SSLNetVConnection : public UnixNetVConnection,
   >       |       ^~~~~~~~~~~~~~~~~
   > ```
   > 
   > I'm not sure why your change would cause `hookOpRequested` to loose 
linkage.
   
   This was fixed when I changed the enum to an enum class.


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