jiridanek commented on pull request #858: URL: https://github.com/apache/qpid-dispatch/pull/858#issuecomment-703584883
Noticed the following in Travis logs. It's not introduced in this PR, just something that was already on the branch. ``` /home/travis/build/apache/qpid-dispatch/src/adaptors/http1/http1_server.c:543:54: error: use of logical '||' with constant operand [-Werror,-Wconstant-logical-operand] uint64_t dispo = hreq->request_dispo || PN_MODIFIED; ^ ~~~~~~~~~~~ /home/travis/build/apache/qpid-dispatch/src/adaptors/http1/http1_server.c:543:54: note: use '|' for a bitwise operation uint64_t dispo = hreq->request_dispo || PN_MODIFIED; ^~ | 1 error generated. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org