Igor Galić created TS-2002:
------------------------------
Summary: clang complaint in Main.cc: incompatible operand types
('char' and 'char *')
Key: TS-2002
URL: https://issues.apache.org/jira/browse/TS-2002
Project: Traffic Server
Issue Type: Bug
Reporter: Igor Galić
{code}
CXX Main.o
Main.cc:1100:53: error: incompatible operand types ('char' and 'char *')
char *rt = (char *) (regression_test[0] == '\0' ? '\0' : regression_test);
^ ~~~~ ~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [Main.o] Error 1
make[2]: Leaving directory `/home/igalic/src/asf/trafficserver/proxy'
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira