Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Making all in remote make[3]: Entering directory `/home/igalic/src/asf/trafficserver/mgmt/api/remote' CXX CfgContextImpl.lo CXX CfgContextManager.lo CXX CfgContextUtils.lo ../CfgContextUtils.cc:352:70: error: sizeof on pointer operation will return size of 'char *' instead of 'char [4098]' [-Werror,-Wsizeof-array-decay] if (pos<sizeof(buf) && (psize = snprintf(buf + pos, sizeof(buf - pos), "%s", delimiter))> 0) ~~~ ^ 1 error generated.