Advertisement
Guest User

Untitled

a guest
Jun 15th, 2018
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. cl_msg.c: In function 'cl_msg_add_list_str':
  2. cl_msg.c:1347:13: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
  3. !n <= 0?"n is negative or zero":
  4. ^
  5. cl_msg.c: In function 'cl_msg_add_list_int':
  6. cl_msg.c:1400:13: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
  7. !n <= 0?"n is negative or zero":
  8. ^
  9. cc1: all warnings being treated as errors
  10. gmake[2]: *** [cl_msg.lo] Error 1
  11. gmake[2]: *** Waiting for unfinished jobs....
  12. gmake[1]: *** [all-recursive] Error 1
  13. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement