CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/ckgr02.c:337:28: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = beg + (*recno - 1 << 3); ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/ckgr02.c:337:28: note: place parentheses around the '-' expression to silence this warning addr__ = beg + (*recno - 1 << 3); ^ ( ) 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/ckr02.c:648:29: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] n = beg + (skip + index - 1 << 3); ~~~~~~~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/ckr02.c:648:29: note: place parentheses around the '-' expression to silence this warning n = beg + (skip + index - 1 << 3); ^ ( ) 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dafbt.c:628:17: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] snmlen = nd + (ni + 1) / 2 << 3; ~~~^~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dafbt.c:628:17: note: place parentheses around the '+' expression to silence this warning snmlen = nd + (ni + 1) / 2 << 3; ^ ( ) 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dafrwa.c:159:33: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *addr__ = *wordno + (*recno - 1 << 7); ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dafrwa.c:159:33: note: place parentheses around the '-' expression to silence this warning *addr__ = *wordno + (*recno - 1 << 7); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dafrwa.c:303:33: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *wordno = *addr__ - (*recno - 1 << 7); ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dafrwa.c:303:33: note: place parentheses around the '-' expression to silence this warning *wordno = *addr__ - (*recno - 1 << 7); ^ ( ) 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/daftb.c:548:17: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] snmlen = nd + (ni + 1) / 2 << 3; ~~~^~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/daftb.c:548:17: note: place parentheses around the '+' expression to silence this warning snmlen = nd + (ni + 1) / 2 << 3; ^ ( ) 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dasac.c:462:27: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] curpos = ncomc - (rinuse - 1 << 10) + 1; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dasac.c:462:27: note: place parentheses around the '-' expression to silence this warning curpos = ncomc - (rinuse - 1 << 10) + 1; ^ ( ) 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dassdr.c:473:37: warning: '&&' within '||' [-Wlogical-op-parentheses] if (i__ > 256 || recno == lrec && i__ > lword) { ~~ ~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dassdr.c:473:37: note: place parentheses around the '&&' expression to silence this warning if (i__ > 256 || recno == lrec && i__ > lword) { ^ ( ) 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dfe.c:97:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_dfe(a))return(n); ~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dfe.c:97:6: note: place parentheses around the assignment to silence this warning if(n=c_dfe(a))return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dfe.c:97:6: note: use '==' to turn this assignment into an equality comparison if(n=c_dfe(a))return(n); ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dfe.c:119:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_dfe(a)) return(n); ~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dfe.c:119:6: note: place parentheses around the assignment to silence this warning if(n=c_dfe(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dfe.c:119:6: note: use '==' to turn this assignment into an equality comparison if(n=c_dfe(a)) return(n); ^ == 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dpfmt.c:557:21: warning: '&&' within '||' [-Wlogical-op-parentheses] if (intlen == 0 && declen == 0 || -intlen > declen) { ~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/dpfmt.c:557:21: note: place parentheses around the '&&' expression to silence this warning if (intlen == 0 && declen == 0 || -intlen > declen) { ^ ( ) 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/due.c:36:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_due(a)) return(n); ~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/due.c:36:6: note: place parentheses around the assignment to silence this warning if(n=c_due(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/due.c:36:6: note: use '==' to turn this assignment into an equality comparison if(n=c_due(a)) return(n); ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/due.c:49:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_due(a)) return(n); ~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/due.c:49:6: note: place parentheses around the assignment to silence this warning if(n=c_due(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/due.c:49:6: note: use '==' to turn this assignment into an equality comparison if(n=c_due(a)) return(n); ^ == 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/ekqmgr.c:5076:28: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] ptroff = nsv + 4 + (nseg - 1 << 1) + 1; ~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/ekqmgr.c:5076:28: note: place parentheses around the '-' expression to silence this warning ptroff = nsv + 4 + (nseg - 1 << 1) + 1; ^ ( ) 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/endfile.c:30:27: warning: format specifies type 'long' but the argument has type 'ftnint' (aka 'int') [-Wformat] sprintf(nbuf,"fort.%ld",a->aunit); ~~~ ^~~~~~~~ %d /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/endfile.c:31:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tf = fopen(nbuf, f__w_mode[0])) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/endfile.c:31:10: note: place parentheses around the assignment to silence this warning if (tf = fopen(nbuf, f__w_mode[0])) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/endfile.c:31:10: note: use '==' to turn this assignment into an equality comparison if (tf = fopen(nbuf, f__w_mode[0])) ^ == 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/getenv_.c:159:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (ep = *env++) ~~~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/getenv_.c:159:14: note: place parentheses around the assignment to silence this warning while (ep = *env++) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/getenv_.c:159:14: note: use '==' to turn this assignment into an equality comparison while (ep = *env++) ^ == 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/iio.c:84:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_si(a)) return(n); ~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/iio.c:84:6: note: place parentheses around the assignment to silence this warning if(n=c_si(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/iio.c:84:6: note: use '==' to turn this assignment into an equality comparison if(n=c_si(a)) return(n); ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/iio.c:115:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_si(a)) return(n); ~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/iio.c:115:6: note: place parentheses around the assignment to silence this warning if(n=c_si(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/iio.c:115:6: note: use '==' to turn this assignment into an equality comparison if(n=c_si(a)) return(n); ^ == 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/incnsg.c:461:13: warning: '&&' within '||' [-Wlogical-op-parentheses] if (in1 && in2 || neg1 && neg2) { ~~~~^~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/incnsg.c:461:13: note: place parentheses around the '&&' expression to silence this warning if (in1 && in2 || neg1 && neg2) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/incnsg.c:461:28: warning: '&&' within '||' [-Wlogical-op-parentheses] if (in1 && in2 || neg1 && neg2) { ~~ ~~~~~^~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/incnsg.c:461:28: note: place parentheses around the '&&' expression to silence this warning if (in1 && in2 || neg1 && neg2) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/incnsg.c:700:10: warning: '&&' within '||' [-Wlogical-op-parentheses] if (in1 && ! in2 || in2 && ! in1) { ~~~~^~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/incnsg.c:700:10: note: place parentheses around the '&&' expression to silence this warning if (in1 && ! in2 || in2 && ! in1) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/incnsg.c:700:26: warning: '&&' within '||' [-Wlogical-op-parentheses] if (in1 && ! in2 || in2 && ! in1) { ~~ ~~~~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/incnsg.c:700:26: note: place parentheses around the '&&' expression to silence this warning if (in1 && ! in2 || in2 && ! in1) { ^ ( ) 4 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:56:13: warning: '&&' within '||' [-Wlogical-op-parentheses] if(byfile && x != -1 || !byfile && p!=NULL) ~~~~~~~^~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:56:13: note: place parentheses around the '&&' expression to silence this warning if(byfile && x != -1 || !byfile && p!=NULL) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:56:35: warning: '&&' within '||' [-Wlogical-op-parentheses] if(byfile && x != -1 || !byfile && p!=NULL) ~~ ~~~~~~~~^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:56:35: note: place parentheses around the '&&' expression to silence this warning if(byfile && x != -1 || !byfile && p!=NULL) ~~~~~~~~^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:58:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else *a->inex=0; ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:61:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else *a->inopen=(p!=NULL && p->ufd!=NULL); ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:64:24: warning: '&&' within '||' [-Wlogical-op-parentheses] if(byfile || p!=NULL && p->ufnm!=NULL) ~~ ~~~~~~~~^~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:64:24: note: place parentheses around the '&&' expression to silence this warning if(byfile || p!=NULL && p->ufnm!=NULL) ~~~~~~~~^~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:66:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else *a->innamed=0; ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:70:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if(p!=NULL && p->ufnm!=NULL) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:75:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else b_char("SEQUENTIAL",a->inacc,a->inacclen); ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:79:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else b_char("YES",a->inseq,a->inseqlen); ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:83:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else b_char("NO",a->indir,a->indirlen); ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:87:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else b_char("FORMATTED",a->infmt,a->infmtlen); ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:91:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else b_char("YES",a->inform,a->informlen); ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:95:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (p!=NULL) b_char("NO",a->inunf,a->inunflen); ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/inquire.c:104:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else b_char("NULL",a->inblank,a->inblanklen); ^ 14 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1514:29: warning: '&&' within '||' [-Wlogical-op-parentheses] ftnlen)8, (ftnlen)2) == 0 && dock || s_cmp(types + (((i__3 = ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1514:29: note: place parentheses around the '&&' expression to silence this warning ftnlen)8, (ftnlen)2) == 0 && dock || s_cmp(types + (((i__3 = ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1517:8: warning: '&&' within '||' [-Wlogical-op-parentheses] == 0 && dodsk || s_cmp(types + (((i__4 = i__ - 1) < 5300 && 0 ~~~~~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1517:8: note: place parentheses around the '&&' expression to silence this warning == 0 && dodsk || s_cmp(types + (((i__4 = i__ - 1) < 5300 && 0 ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1519:50: warning: '&&' within '||' [-Wlogical-op-parentheses] 1610)) << 3), "EK", (ftnlen)8, (ftnlen)2) == 0 && doek || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1519:50: note: place parentheses around the '&&' expression to silence this warning 1610)) << 3), "EK", (ftnlen)8, (ftnlen)2) == 0 && doek || ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1522:31: warning: '&&' within '||' [-Wlogical-op-parentheses] (ftnlen)8, (ftnlen)4) == 0 && dometa || s_cmp(types + ((( ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1522:31: note: place parentheses around the '&&' expression to silence this warning (ftnlen)8, (ftnlen)4) == 0 && dometa || s_cmp(types + ((( ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1525:18: warning: '&&' within '||' [-Wlogical-op-parentheses] ftnlen)3) == 0 && dopck || s_cmp(types + (((i__7 = i__ - 1) < ~~~~~~~~~~~~~~~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1525:18: note: place parentheses around the '&&' expression to silence this warning ftnlen)3) == 0 && dopck || s_cmp(types + (((i__7 = i__ - 1) < ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1527:58: warning: '&&' within '||' [-Wlogical-op-parentheses] ftnlen)1610)) << 3), "SPK", (ftnlen)8, (ftnlen)3) == 0 && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1527:58: note: place parentheses around the '&&' expression to silence this warning ftnlen)1610)) << 3), "SPK", (ftnlen)8, (ftnlen)3) == 0 && ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1530:40: warning: '&&' within '||' [-Wlogical-op-parentheses] , "TEXT", (ftnlen)8, (ftnlen)4) == 0 && dotext; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1530:40: note: place parentheses around the '&&' expression to silence this warning , "TEXT", (ftnlen)8, (ftnlen)4) == 0 && dotext; ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1814:29: warning: '&&' within '||' [-Wlogical-op-parentheses] ftnlen)8, (ftnlen)2) == 0 && dock || s_cmp(types + (((i__3 = ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1814:29: note: place parentheses around the '&&' expression to silence this warning ftnlen)8, (ftnlen)2) == 0 && dock || s_cmp(types + (((i__3 = ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1817:8: warning: '&&' within '||' [-Wlogical-op-parentheses] == 0 && dodsk || s_cmp(types + (((i__4 = i__ - 1) < 5300 && 0 ~~~~~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1817:8: note: place parentheses around the '&&' expression to silence this warning == 0 && dodsk || s_cmp(types + (((i__4 = i__ - 1) < 5300 && 0 ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1819:50: warning: '&&' within '||' [-Wlogical-op-parentheses] 1898)) << 3), "EK", (ftnlen)8, (ftnlen)2) == 0 && doek || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1819:50: note: place parentheses around the '&&' expression to silence this warning 1898)) << 3), "EK", (ftnlen)8, (ftnlen)2) == 0 && doek || ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1822:31: warning: '&&' within '||' [-Wlogical-op-parentheses] (ftnlen)8, (ftnlen)4) == 0 && dometa || s_cmp(types + ((( ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1822:31: note: place parentheses around the '&&' expression to silence this warning (ftnlen)8, (ftnlen)4) == 0 && dometa || s_cmp(types + ((( ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1825:18: warning: '&&' within '||' [-Wlogical-op-parentheses] ftnlen)3) == 0 && dopck || s_cmp(types + (((i__7 = i__ - 1) < ~~~~~~~~~~~~~~~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1825:18: note: place parentheses around the '&&' expression to silence this warning ftnlen)3) == 0 && dopck || s_cmp(types + (((i__7 = i__ - 1) < ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1827:58: warning: '&&' within '||' [-Wlogical-op-parentheses] ftnlen)1898)) << 3), "SPK", (ftnlen)8, (ftnlen)3) == 0 && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1827:58: note: place parentheses around the '&&' expression to silence this warning ftnlen)1898)) << 3), "SPK", (ftnlen)8, (ftnlen)3) == 0 && ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1830:40: warning: '&&' within '||' [-Wlogical-op-parentheses] , "TEXT", (ftnlen)8, (ftnlen)4) == 0 && dotext; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/keeper.c:1830:40: note: place parentheses around the '&&' expression to silence this warning , "TEXT", (ftnlen)8, (ftnlen)4) == 0 && dotext; ^ ) 14 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:44:44: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] return (integer)(x << b | x >> LONGBITS -b ); ~~ ~~~~~~~~~^~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:44:44: note: place parentheses around the '-' expression to silence this warning return (integer)(x << b | x >> LONGBITS -b ); ~~~~~~~~~^~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:48:34: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] return (integer)(x << LONGBITS - b | x >> b); ~~ ~~~~~~~~~^~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:48:34: note: place parentheses around the '-' expression to silence this warning return (integer)(x << LONGBITS - b | x >> b); ~~~~~~~~~^~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:57:47: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] return (integer)(y | z & (x << b | x >> len - b)); ~~ ~~~~^~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:57:47: note: place parentheses around the '-' expression to silence this warning return (integer)(y | z & (x << b | x >> len - b)); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:57:26: warning: '&' within '|' [-Wbitwise-op-parentheses] return (integer)(y | z & (x << b | x >> len - b)); ~ ~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:57:26: note: place parentheses around the '&' expression to silence this warning return (integer)(y | z & (x << b | x >> len - b)); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:61:46: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] return (integer)(y | z & (x >> b | x << len - b)); ~~ ~~~~^~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:61:46: note: place parentheses around the '-' expression to silence this warning return (integer)(y | z & (x >> b | x << len - b)); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:61:25: warning: '&' within '|' [-Wbitwise-op-parentheses] return (integer)(y | z & (x >> b | x << len - b)); ~ ~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lbitbits.c:61:25: note: place parentheses around the '&' expression to silence this warning return (integer)(y | z & (x >> b | x << len - b)); ^ ( ) 6 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:289:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:309:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ch = l_R(1,0)) ~~~^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:309:9: note: place parentheses around the assignment to silence this warning if (ch = l_R(1,0)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:309:9: note: use '==' to turn this assignment into an equality comparison if (ch = l_R(1,0)) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:321:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ch = l_R(1,0)) ~~~^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:321:9: note: place parentheses around the assignment to silence this warning if (ch = l_R(1,0)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:321:9: note: use '==' to turn this assignment into an equality comparison if (ch = l_R(1,0)) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:350:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:590:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] ERR(l_R(0,1)); ^~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ~^~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:590:4: note: place parentheses around the assignment to silence this warning /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:590:4: note: use '==' to turn this assignment into an equality comparison /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:595:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] ERR(l_R(0,0)); ^~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ~^~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:595:4: note: place parentheses around the assignment to silence this warning /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:595:4: note: use '==' to turn this assignment into an equality comparison /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:606:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] ERR(l_C()); ^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ~^~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:606:4: note: place parentheses around the assignment to silence this warning /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:606:4: note: use '==' to turn this assignment into an equality comparison /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:611:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] ERR(l_L()); ^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ~^~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:611:4: note: place parentheses around the assignment to silence this warning /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:611:4: note: use '==' to turn this assignment into an equality comparison /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:614:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] ERR(l_CHAR()); ^~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ~^~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:614:4: note: place parentheses around the assignment to silence this warning /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:614:4: note: use '==' to turn this assignment into an equality comparison /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:101:20: note: expanded from macro 'ERR' #define ERR(x) if(n=(x)) return(n) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:687:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_le(a)) return(n); ~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:687:6: note: place parentheses around the assignment to silence this warning if(n=c_le(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lread.c:687:6: note: use '==' to turn this assignment into an equality comparison if(n=c_le(a)) return(n); ^ == 10 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lwrite.c:134:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(b[0] = b[1]) ~~~~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lwrite.c:134:15: note: place parentheses around the assignment to silence this warning while(b[0] = b[1]) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lwrite.c:134:15: note: use '==' to turn this assignment into an equality comparison while(b[0] = b[1]) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lwrite.c:159:32: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for(c1 = '.', c = 'E'; *b = c1; ~~~^~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lwrite.c:159:32: note: place parentheses around the assignment to silence this warning for(c1 = '.', c = 'E'; *b = c1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lwrite.c:159:32: note: use '==' to turn this assignment into an equality comparison for(c1 = '.', c = 'E'; *b = c1; ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lwrite.c:183:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(c = *s++) ~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lwrite.c:183:10: note: place parentheses around the assignment to silence this warning while(c = *s++) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/lwrite.c:183:10: note: use '==' to turn this assignment into an equality comparison while(c = *s++) ^ == 3 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/m2eul.c:805:26: warning: '&&' within '||' [-Wlogical-op-parentheses] degen = tmprot[6] == 0. && tmprot[7] == 0. || tmprot[2] == 0. && ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/m2eul.c:805:26: note: place parentheses around the '&&' expression to silence this warning degen = tmprot[6] == 0. && tmprot[7] == 0. || tmprot[2] == 0. && ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/m2eul.c:805:64: warning: '&&' within '||' [-Wlogical-op-parentheses] degen = tmprot[6] == 0. && tmprot[7] == 0. || tmprot[2] == 0. && ~~ ~~~~~~~~~~~~~~~~^~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/m2eul.c:805:64: note: place parentheses around the '&&' expression to silence this warning degen = tmprot[6] == 0. && tmprot[7] == 0. || tmprot[2] == 0. && ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/m2eul.c:927:26: warning: '&&' within '||' [-Wlogical-op-parentheses] degen = tmprot[0] == 0. && tmprot[3] == 0. || tmprot[7] == 0. && ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/m2eul.c:927:26: note: place parentheses around the '&&' expression to silence this warning degen = tmprot[0] == 0. && tmprot[3] == 0. || tmprot[7] == 0. && ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/m2eul.c:927:64: warning: '&&' within '||' [-Wlogical-op-parentheses] degen = tmprot[0] == 0. && tmprot[3] == 0. || tmprot[7] == 0. && ~~ ~~~~~~~~~~~~~~~~^~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/m2eul.c:927:64: note: place parentheses around the '&&' expression to silence this warning degen = tmprot[0] == 0. && tmprot[3] == 0. || tmprot[7] == 0. && ^ ( 4 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/opsgnd.c:142:23: warning: '&&' within '||' [-Wlogical-op-parentheses] ret_val = *x > 0. && *y < 0. || *x < 0. && *y > 0.; ~~~~~~~~^~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/opsgnd.c:142:23: note: place parentheses around the '&&' expression to silence this warning ret_val = *x > 0. && *y < 0. || *x < 0. && *y > 0.; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/opsgnd.c:142:45: warning: '&&' within '||' [-Wlogical-op-parentheses] ret_val = *x > 0. && *y < 0. || *x < 0. && *y > 0.; ~~ ~~~~~~~~^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/opsgnd.c:142:45: note: place parentheses around the '&&' expression to silence this warning ret_val = *x > 0. && *y < 0. || *x < 0. && *y > 0.; ^ ( ) 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/opsgni.c:147:22: warning: '&&' within '||' [-Wlogical-op-parentheses] ret_val = *x > 0 && *y < 0 || *x < 0 && *y > 0; ~~~~~~~^~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/opsgni.c:147:22: note: place parentheses around the '&&' expression to silence this warning ret_val = *x > 0 && *y < 0 || *x < 0 && *y > 0; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/opsgni.c:147:42: warning: '&&' within '||' [-Wlogical-op-parentheses] ret_val = *x > 0 && *y < 0 || *x < 0 && *y > 0; ~~ ~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/opsgni.c:147:42: note: place parentheses around the '&&' expression to silence this warning ret_val = *x > 0 && *y < 0 || *x < 0 && *y > 0; ^ ( ) 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:285:32: warning: format specifies type 'long' but the argument has type 'ftnint' (aka 'int') [-Wformat] sprintf(buf, "fort.%ld", a->ounit); ~~~ ^~~~~~~~ %d /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:382:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tf = fopen(buf,f__w_mode[0])) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:382:14: note: place parentheses around the assignment to silence this warning if (tf = fopen(buf,f__w_mode[0])) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:382:14: note: use '==' to turn this assignment into an equality comparison if (tf = fopen(buf,f__w_mode[0])) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:392:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (tf = fopen(buf, f__r_mode[ufmt])) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:392:14: note: place parentheses around the assignment to silence this warning if (tf = fopen(buf, f__r_mode[ufmt])) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:392:14: note: use '==' to turn this assignment into an equality comparison if (tf = fopen(buf, f__r_mode[ufmt])) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:394:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (tf = fopen(buf, f__w_mode[ufmt])) { ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:394:19: note: place parentheses around the assignment to silence this warning else if (tf = fopen(buf, f__w_mode[ufmt])) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:394:19: note: use '==' to turn this assignment into an equality comparison else if (tf = fopen(buf, f__w_mode[ufmt])) { ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:413:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if ((s = a->oacc) && (*s == 'a' || *s == 'A') ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/open.c:434:35: warning: format specifies type 'long' but the argument has type 'ftnint' (aka 'int') [-Wformat] (void) sprintf(nbuf,"fort.%ld",n); ~~~ ^ %d /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~~~~~~~~~ 6 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:680:22: warning: '&&' within '||' [-Wlogical-op-parentheses] output = short__ && msgsel_("SHORT", (ftnlen)5) || expl && msgsel_("EXPL" ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:680:22: note: place parentheses around the '&&' expression to silence this warning output = short__ && msgsel_("SHORT", (ftnlen)5) || expl && msgsel_("EXPL" ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:680:61: warning: '&&' within '||' [-Wlogical-op-parentheses] output = short__ && msgsel_("SHORT", (ftnlen)5) || expl && msgsel_("EXPL" ~~ ~~~~~^~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:680:61: note: place parentheses around the '&&' expression to silence this warning output = short__ && msgsel_("SHORT", (ftnlen)5) || expl && msgsel_("EXPL" ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:681:34: warning: '&&' within '||' [-Wlogical-op-parentheses] "AIN", (ftnlen)7) || long__ && msgsel_("LONG", (ftnlen)4) || trace ~~ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:681:34: note: place parentheses around the '&&' expression to silence this warning "AIN", (ftnlen)7) || long__ && msgsel_("LONG", (ftnlen)4) || trace ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:682:6: warning: '&&' within '||' [-Wlogical-op-parentheses] && msgsel_("TRACEBACK", (ftnlen)9) || dfault && msgsel_("DEFAULT", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:682:6: note: place parentheses around the '&&' expression to silence this warning && msgsel_("TRACEBACK", (ftnlen)9) || dfault && msgsel_("DEFAULT", ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:683:18: warning: '&&' within '||' [-Wlogical-op-parentheses] (ftnlen)7) && s_cmp(device, "NULL", (ftnlen)255, (ftnlen)4) != 0; ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/outmsg.c:683:18: note: place parentheses around the '&&' expression to silence this warning (ftnlen)7) && s_cmp(device, "NULL", (ftnlen)255, (ftnlen)4) != 0; ^ ) 5 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:34:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(ch = *s++) ~~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:34:12: note: place parentheses around the assignment to silence this warning while(ch = *s++) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:34:12: note: use '==' to turn this assignment into an equality comparison while(ch = *s++) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:37:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(ch = *s++) ~~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:37:12: note: place parentheses around the assignment to silence this warning while(ch = *s++) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:37:12: note: use '==' to turn this assignment into an equality comparison while(ch = *s++) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:66:9: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] w2 = w1+1 >> 1; ~~^~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:66:9: note: place parentheses around the '+' expression to silence this warning w2 = w1+1 >> 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:88:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *t = hex[*s0 & 0xff]-1 << 4 | hex[s0[1] & 0xff]-1; ~~~~~~~~~~~~~~~^~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rdfmt.c:88:23: note: place parentheses around the '-' expression to silence this warning *t = hex[*s0 & 0xff]-1 << 4 | hex[s0[1] & 0xff]-1; ^ ( ) 4 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rquad.c:263:23: warning: '&&' within '||' [-Wlogical-op-parentheses] zeroed = *a != 0. && *a / scale == 0. || *b != 0. && *b / scale == 0. || * ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rquad.c:263:23: note: place parentheses around the '&&' expression to silence this warning zeroed = *a != 0. && *a / scale == 0. || *b != 0. && *b / scale == 0. || * ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rquad.c:263:55: warning: '&&' within '||' [-Wlogical-op-parentheses] zeroed = *a != 0. && *a / scale == 0. || *b != 0. && *b / scale == 0. || * ~~ ~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rquad.c:263:55: note: place parentheses around the '&&' expression to silence this warning zeroed = *a != 0. && *a / scale == 0. || *b != 0. && *b / scale == 0. || * ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rquad.c:264:16: warning: '&&' within '||' [-Wlogical-op-parentheses] c__ != 0. && *c__ / scale == 0.; ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rquad.c:264:16: note: place parentheses around the '&&' expression to silence this warning c__ != 0. && *c__ / scale == 0.; ^ ) 3 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsfe.c:221:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_sfe(a)) ~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsfe.c:221:8: note: place parentheses around the assignment to silence this warning if(n=c_sfe(a)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsfe.c:221:8: note: use '==' to turn this assignment into an equality comparison if(n=c_sfe(a)) ^ == 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:81:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for(x = 0; c = *s++; x = x & 0x4000 ? ((x << 1) & 0x7fff) + 1 : x << 1) ~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:81:15: note: place parentheses around the assignment to silence this warning for(x = 0; c = *s++; x = x & 0x4000 ? ((x << 1) & 0x7fff) + 1 : x << 1) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:81:15: note: use '==' to turn this assignment into an equality comparison for(x = 0; c = *s++; x = x & 0x4000 ? ((x << 1) & 0x7fff) + 1 : x << 1) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:102:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for(x = &nl_cache; y = *x; x0 = x, x = &y->next) ~~^~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:102:23: note: place parentheses around the assignment to silence this warning for(x = &nl_cache; y = *x; x0 = x, x = &y->next) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:102:23: note: use '==' to turn this assignment into an equality comparison for(x = &nl_cache; y = *x; x0 = x, x = &y->next) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:154:42: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for(s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; c = *s++; ) ~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:154:42: note: place parentheses around the assignment to silence this warning for(s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; c = *s++; ) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:154:42: note: use '==' to turn this assignment into an equality comparison for(s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; c = *s++; ) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:160:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for(s = "0123456789_"; c = *s++; ) ~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:160:27: note: place parentheses around the assignment to silence this warning for(s = "0123456789_"; c = *s++; ) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:160:27: note: use '==' to turn this assignment into an equality comparison for(s = "0123456789_"; c = *s++; ) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:183:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(*s = Alphanum[GETC(ch) & 0xff]) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:183:11: note: place parentheses around the assignment to silence this warning while(*s = Alphanum[GETC(ch) & 0xff]) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:183:11: note: use '==' to turn this assignment into an equality comparison while(*s = Alphanum[GETC(ch) & 0xff]) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:238:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (k = getnum(chp, x1)) ~~^~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:238:8: note: place parentheses around the assignment to silence this warning if (k = getnum(chp, x1)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:238:8: note: use '==' to turn this assignment into an equality comparison if (k = getnum(chp, x1)) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:242:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (k = getnum(chp, &x2)) ~~^~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:242:9: note: place parentheses around the assignment to silence this warning if (k = getnum(chp, &x2)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:242:9: note: use '==' to turn this assignment into an equality comparison if (k = getnum(chp, &x2)) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:246:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (k = getnum(chp, &x3)) ~~^~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:246:10: note: place parentheses around the assignment to silence this warning if (k = getnum(chp, &x3)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:246:10: note: use '==' to turn this assignment into an equality comparison if (k = getnum(chp, &x3)) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:343:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ch = getname(buf,sizeof(buf))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:343:9: note: place parentheses around the assignment to silence this warning if (ch = getname(buf,sizeof(buf))) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:343:9: note: use '==' to turn this assignment into an equality comparison if (ch = getname(buf,sizeof(buf))) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:395:19: warning: '&&' within '||' [-Wlogical-op-parentheses] if (ch <= ' ' && ch >= 0 || ch == ',') ~~~~~~~~~~^~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:395:19: note: place parentheses around the '&&' expression to silence this warning if (ch <= ' ' && ch >= 0 || ch == ',') ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:398:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (ch = getname(buf,sizeof(buf))) ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:398:12: note: place parentheses around the assignment to silence this warning if (ch = getname(buf,sizeof(buf))) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:398:12: note: use '==' to turn this assignment into an equality comparison if (ch = getname(buf,sizeof(buf))) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:422:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (k = getdimen(&ch, dn, (ftnlen)size, ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:422:11: note: place parentheses around the assignment to silence this warning if (k = getdimen(&ch, dn, (ftnlen)size, ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:422:11: note: use '==' to turn this assignment into an equality comparison if (k = getdimen(&ch, dn, (ftnlen)size, ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:439:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (k = getdimen(&ch, dn, size, nomax, &b)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:439:10: note: place parentheses around the assignment to silence this warning if (k = getdimen(&ch, dn, size, nomax, &b)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:439:10: note: use '==' to turn this assignment into an equality comparison if (k = getdimen(&ch, dn, size, nomax, &b)) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:450:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (k = getdimen(&ch, dn1, dn->delta**dims, ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:450:11: note: place parentheses around the assignment to silence this warning if (k = getdimen(&ch, dn1, dn->delta**dims, ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:450:11: note: use '==' to turn this assignment into an equality comparison if (k = getdimen(&ch, dn1, dn->delta**dims, ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:470:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (k = getdimen(&ch, &substr, size, size, &b)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:470:11: note: place parentheses around the assignment to silence this warning if (k = getdimen(&ch, &substr, size, size, &b)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:470:11: note: use '==' to turn this assignment into an equality comparison if (k = getdimen(&ch, &substr, size, size, &b)) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:505:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] else if (dims = v->dims) { ~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:505:17: note: place parentheses around the assignment to silence this warning else if (dims = v->dims) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:505:17: note: use '==' to turn this assignment into an equality comparison else if (dims = v->dims) { ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:525:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (k = l_read(&no1, vaddr + iva, size, type)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:525:10: note: place parentheses around the assignment to silence this warning if (k = l_read(&no1, vaddr + iva, size, type)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:525:10: note: use '==' to turn this assignment into an equality comparison if (k = l_read(&no1, vaddr + iva, size, type)) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:536:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (k = l_read(&no1, vaddr + iva, ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:536:12: note: place parentheses around the assignment to silence this warning if (k = l_read(&no1, vaddr + iva, ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:536:12: note: use '==' to turn this assignment into an equality comparison if (k = l_read(&no1, vaddr + iva, ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:546:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else for(;;) { ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:597:7: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n = c_le(a)) ~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:597:7: note: place parentheses around the assignment to silence this warning if(n = c_le(a)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/rsne.c:597:7: note: use '==' to turn this assignment into an equality comparison if(n = c_le(a)) ^ == 20 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sgmeta.c:729:43: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*mnemon <= 0 || *mnemon > metasz && *mnemon != 17) { ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sgmeta.c:729:43: note: place parentheses around the '&&' expression to silence this warning if (*mnemon <= 0 || *mnemon > metasz && *mnemon != 17) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sgmeta.c:888:42: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*mnemon <= 0 || *mnemon > metasz && *mnemon != 17) { ~~ ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sgmeta.c:888:42: note: place parentheses around the '&&' expression to silence this warning if (*mnemon <= 0 || *mnemon > metasz && *mnemon != 17) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sgseqw.c:1992:13: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] nc = nd + (ni + 1) / 2 << 3; ~~~^~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sgseqw.c:1992:13: note: place parentheses around the '+' expression to silence this warning nc = nd + (ni + 1) / 2 << 3; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sgseqw.c:2397:13: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] nc = nd + (ni + 1) / 2 << 3; ~~~^~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sgseqw.c:2397:13: note: place parentheses around the '+' expression to silence this warning nc = nd + (ni + 1) / 2 << 3; ^ ( ) 2 warnings generated. 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/smsgnd.c:143:23: warning: '&&' within '||' [-Wlogical-op-parentheses] ret_val = *x > 0. && *y > 0. || *x < 0. && *y < 0.; ~~~~~~~~^~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/smsgnd.c:143:23: note: place parentheses around the '&&' expression to silence this warning ret_val = *x > 0. && *y > 0. || *x < 0. && *y < 0.; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/smsgnd.c:143:45: warning: '&&' within '||' [-Wlogical-op-parentheses] ret_val = *x > 0. && *y > 0. || *x < 0. && *y < 0.; ~~ ~~~~~~~~^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/smsgnd.c:143:45: note: place parentheses around the '&&' expression to silence this warning ret_val = *x > 0. && *y > 0. || *x < 0. && *y < 0.; ^ ( ) 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/smsgni.c:143:22: warning: '&&' within '||' [-Wlogical-op-parentheses] ret_val = *x > 0 && *y > 0 || *x < 0 && *y < 0; ~~~~~~~^~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/smsgni.c:143:22: note: place parentheses around the '&&' expression to silence this warning ret_val = *x > 0 && *y > 0 || *x < 0 && *y < 0; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/smsgni.c:143:42: warning: '&&' within '||' [-Wlogical-op-parentheses] ret_val = *x > 0 && *y > 0 || *x < 0 && *y < 0; ~~ ~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/smsgni.c:143:42: note: place parentheses around the '&&' expression to silence this warning ret_val = *x > 0 && *y > 0 || *x < 0 && *y < 0; ^ ( ) 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/str2et.c:1066:48: warning: '&&' within '||' [-Wlogical-op-parentheses] i__2, "str2et_", (ftnlen)1131)] == 1582. && tvec[(i__3 = ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/str2et.c:1066:48: note: place parentheses around the '&&' expression to silence this warning i__2, "str2et_", (ftnlen)1131)] == 1582. && tvec[(i__3 = ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/str2et.c:1073:48: warning: '&&' within '||' [-Wlogical-op-parentheses] i__2, "str2et_", (ftnlen)1137)] <= 1582. && tvec[(i__3 = ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/str2et.c:1073:48: note: place parentheses around the '&&' expression to silence this warning i__2, "str2et_", (ftnlen)1137)] <= 1582. && tvec[(i__3 = ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/str2et.c:1079:21: warning: '&&' within '||' [-Wlogical-op-parentheses] 1137)] <= 10. && tvec[(i__6 = dy - 1) < 8 && 0 <= i__6 ? ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/str2et.c:1079:21: note: place parentheses around the '&&' expression to silence this warning 1137)] <= 10. && tvec[(i__6 = dy - 1) < 8 && 0 <= i__6 ? ^ 3 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sue.c:34:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_sue(a)) return(n); ~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sue.c:34:6: note: place parentheses around the assignment to silence this warning if(n=c_sue(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sue.c:34:6: note: use '==' to turn this assignment into an equality comparison if(n=c_sue(a)) return(n); ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sue.c:57:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_sue(a)) return(n); ~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sue.c:57:6: note: place parentheses around the assignment to silence this warning if(n=c_sue(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/sue.c:57:6: note: use '==' to turn this assignment into an equality comparison if(n=c_sue(a)) return(n); ^ == 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/tisbod.c:1276:55: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] moved_(tcoef, &c__200, &btcoef[(i__1 = (at * 100 + 1 << 1) - 202) ~~~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/tisbod.c:1276:55: note: place parentheses around the '+' expression to silence this warning moved_(tcoef, &c__200, &btcoef[(i__1 = (at * 100 + 1 << 1) - 202) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/tisbod.c:1340:35: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] theta = (btcoef[(i__1 = (i__ + at * 100 << 1) - 202) < 31400 && 0 ~~~~^~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/tisbod.c:1340:35: note: place parentheses around the '+' expression to silence this warning theta = (btcoef[(i__1 = (i__ + at * 100 << 1) - 202) < 31400 && 0 ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/tisbod.c:1342:55: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] ftnlen)1196)] + epoch / t * btcoef[(i__3 = (i__ + at * ~~~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/tisbod.c:1342:55: note: place parentheses around the '+' expression to silence this warning ftnlen)1196)] + epoch / t * btcoef[(i__3 = (i__ + at * ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/tisbod.c:1345:35: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] dtheta = btcoef[(i__1 = (i__ + at * 100 << 1) - 201) < 31400 && 0 ~~~~^~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/tisbod.c:1345:35: note: place parentheses around the '+' expression to silence this warning dtheta = btcoef[(i__1 = (i__ + at * 100 << 1) - 201) < 31400 && 0 ^ ( ) 4 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:131:29: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for(s -= 2, e1 = 2; s[0] = s[1]; s++) ~~~~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:131:29: note: place parentheses around the assignment to silence this warning for(s -= 2, e1 = 2; s[0] = s[1]; s++) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:131:29: note: use '==' to turn this assignment into an equality comparison for(s -= 2, e1 = 2; s[0] = s[1]; s++) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:221:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (n = f__scale) ~~^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:221:8: note: place parentheses around the assignment to silence this warning if (n = f__scale) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:221:8: note: use '==' to turn this assignment into an equality comparison if (n = f__scale) ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:224:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:271:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(n = *b++) ~~^~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:271:10: note: place parentheses around the assignment to silence this warning while(n = *b++) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wref.c:271:10: note: use '==' to turn this assignment into an equality comparison while(n = *b++) ^ == 4 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wsfe.c:53:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_sfe(a)) return(n); ~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wsfe.c:53:6: note: place parentheses around the assignment to silence this warning if(n=c_sfe(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wsfe.c:53:6: note: use '==' to turn this assignment into an equality comparison if(n=c_sfe(a)) return(n); ^ == /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wsle.c:14:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_le(a)) return(n); ~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wsle.c:14:6: note: place parentheses around the assignment to silence this warning if(n=c_le(a)) return(n); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wsle.c:14:6: note: use '==' to turn this assignment into an equality comparison if(n=c_le(a)) return(n); ^ == 1 warning generated. 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wsne.c:14:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if(n=c_le(a)) ~^~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wsne.c:14:6: note: place parentheses around the assignment to silence this warning if(n=c_le(a)) ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/wsne.c:14:6: note: use '==' to turn this assignment into an equality comparison if(n=c_le(a)) ^ == 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzadsave_c.c:223:37: warning: result of comparison of constant 8 with expression of type 'SpicePassedInFunc' (aka 'enum _SpicePassedInFunc') is always false [-Wtautological-constant-out-of-range-compare] if ( ( funcID < 0 ) || ( funcID >= SPICE_N_PASSED_IN_FUNC ) ) ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzadsave_c.c:385:37: warning: result of comparison of constant 8 with expression of type 'SpicePassedInFunc' (aka 'enum _SpicePassedInFunc') is always false [-Wtautological-constant-out-of-range-compare] if ( ( funcID < 0 ) || ( funcID >= SPICE_N_PASSED_IN_FUNC ) ) ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzdafgsr.c:669:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] cindex = (dindex - 1 << 3) + 1; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzdafgsr.c:669:23: note: place parentheses around the '-' expression to silence this warning cindex = (dindex - 1 << 3) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzdafgsr.c:710:21: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] left = 256 - (i__ - 1 << 1) * sumsiz - (*nd << 1) - 6; ~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzdafgsr.c:710:21: note: place parentheses around the '-' expression to silence this warning left = 256 - (i__ - 1 << 1) * sumsiz - (*nd << 1) - 6; ^ ( ) 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac01.c:1059:34: warning: '&&' within '||' [-Wlogical-op-parentheses] if (n == 254 || nwrite == ndata && ndata != 0) { ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac01.c:1059:34: note: place parentheses around the '&&' expression to silence this warning if (n == 254 || nwrite == ndata && ndata != 0) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac02.c:1061:34: warning: '&&' within '||' [-Wlogical-op-parentheses] if (n == 126 || nwrite == ndata && ndata != 0) { ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac02.c:1061:34: note: place parentheses around the '&&' expression to silence this warning if (n == 126 || nwrite == ndata && ndata != 0) { ^ ( ) 1 warning generated. 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac04.c:1137:38: warning: '&&' within '||' [-Wlogical-op-parentheses] if (cntinu || newreq || row > nrows && ndata > 0) { ~~ ~~~~~~~~~~~~^~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac04.c:1137:38: note: place parentheses around the '&&' expression to silence this warning if (cntinu || newreq || row > nrows && ndata > 0) { ^ ( ) 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac05.c:1140:38: warning: '&&' within '||' [-Wlogical-op-parentheses] if (cntinu || newreq || row > nrows && ndata > 0) { ~~ ~~~~~~~~~~~~^~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac05.c:1140:38: note: place parentheses around the '&&' expression to silence this warning if (cntinu || newreq || row > nrows && ndata > 0) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac06.c:1248:38: warning: '&&' within '||' [-Wlogical-op-parentheses] if (cntinu || newreq || row > nrows && ndata > 0) { ~~ ~~~~~~~~~~~~^~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekac06.c:1248:38: note: place parentheses around the '&&' expression to silence this warning if (cntinu || newreq || row > nrows && ndata > 0) { ^ ( ) 1 warning generated. 1 warning generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1166:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10); ~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1166:16: note: place parentheses around the '-' expression to silence this warning nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1166:41: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10); ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1166:41: note: place parentheses around the '-' expression to silence this warning nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1174:45: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1174:45: note: place parentheses around the '-' expression to silence this warning cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1183:42: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1183:42: note: place parentheses around the '-' expression to silence this warning cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1218:41: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] dscbas = (i__ - 1) * 11 + 24 - (ipagno - 1 << 8); ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs01.c:1218:41: note: place parentheses around the '-' expression to silence this warning dscbas = (i__ - 1) * 11 + 24 - (ipagno - 1 << 8); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1166:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10); ~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1166:16: note: place parentheses around the '-' expression to silence this warning nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1166:41: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10); ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1166:41: note: place parentheses around the '-' expression to silence this warning nambas = (i__ - 1 << 5) + 64 - (cpagno - 1 << 10); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1174:45: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1174:45: note: place parentheses around the '-' expression to silence this warning cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1183:42: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1183:42: note: place parentheses around the '-' expression to silence this warning cdscrs[i__ * 11 - 7] = cbase + (cpagno - 1 << 10) + nambas; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1206:41: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] dscbas = (i__ - 1) * 11 + 24 - (ipagno - 1 << 8); ~~~~~~~^~~ ~~ 5 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekbs02.c:1206:41: note: place parentheses around the '-' expression to silence this warning dscbas = (i__ - 1) * 11 + 24 - (ipagno - 1 << 8); ^ ( ) 5 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjoin.c:889:32: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] offset = nsv1 * nt1 + 4 + (s1 - 1 << 1) + 1; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjoin.c:889:32: note: place parentheses around the '-' expression to silence this warning offset = nsv1 * nt1 + 4 + (s1 - 1 << 1) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjoin.c:923:36: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] offset = nsv2 * nt2 + 4 + (s2 - 1 << 1) + 1; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjoin.c:923:36: note: place parentheses around the '-' expression to silence this warning offset = nsv2 * nt2 + 4 + (s2 - 1 << 1) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjoin.c:951:36: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] offset = nsv3 * nt3 + 4 + (s3 - 1 << 1) + 1; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjoin.c:951:36: note: place parentheses around the '-' expression to silence this warning offset = nsv3 * nt3 + 4 + (s3 - 1 << 1) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjoin.c:982:36: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] offset = nsv3 * nt3 + 4 + (s3 - 1 << 1) + 2; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjoin.c:982:36: note: place parentheses around the '-' expression to silence this warning offset = nsv3 * nt3 + 4 + (s3 - 1 << 1) + 2; ^ ( ) 4 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1556:34: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfj || ! (nfj || nfjg) && idat[(i__2 = ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1556:34: note: place parentheses around the '&&' expression to silence this warning jle = nfj || ! (nfj || nfjg) && idat[(i__2 = ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1564:35: warning: '&&' within '||' [-Wlogical-op-parentheses]/Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsqz.c:428:45: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] jle = nfjg || ! (nfj || nfjg) && idat[(i__2 = ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2; ~~~~^~~ ~~ :1564/Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsqz.c:428:45: note: place parentheses around the '-' expression to silence this warning : cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2; ^ ( ) 35: note: place parentheses around the '&&' expression to silence this warning jle = nfjg || ! (nfj || nfjg) && idat[(i__2 = ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1572:22: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (! (nfj && nfjg || ! (nfj || nfjg) && idat[( ~~~~^~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1572:22: note: place parentheses around the '&&' expression to silence this warning } else if (! (nfj && nfjg || ! (nfj || nfjg) && idat[( ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1572:49: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (! (nfj && nfjg || ! (nfj || nfjg) && idat[( ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1572:49: note: place parentheses around the '&&' expression to silence this warning } else if (! (nfj && nfjg || ! (nfj || nfjg) && idat[( ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1583:34: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfj || ! (nfj || nfjg) && idat[(i__2 = ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsqz.c:500/Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1583:34: note: place parentheses around the '&&' expression to silence this warning jle = nfj || ! (nfj || nfjg) && idat[(i__2 = ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1591:35: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfjg || ! (nfj || nfjg) && idat[(i__2 = ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1591:35: note: place parentheses around the '&&' expression to silence this warning jle = nfjg || ! (nfj || nfjg) && idat[(i__2 = ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjtst.c:1915:35: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addrss = lbase + 7 + (lrvidx - 1 << 1) + 1; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjtst.c:1915:35: note: place parentheses around the '-' expression to silence this warning addrss = lbase + 7 + (lrvidx - 1 << 1) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjtst.c:1917:35: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c::49: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2; ~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsqz.c:500:49: note: place parentheses around the '-' expression to silence this warning cntloc = *jrsbas + 4 + nsv * svsize + (i__ - 1 << 1) + 2; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsqz.c:545:48: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] cntloc = *jrsbas + 4 + newnsv * svsize + (i__ - 1 << 1) + 2; ~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsqz.c:545:48: note: place parentheses around the '-' expression to silence this warning cntloc = *jrsbas + 4 + newnsv * svsize + (i__ - 1 << 1) + 2; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsqz.c:606:48: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] cntloc = *jrsbas + 4 + newnsv * svsize + (i__ - 1 << 1) + 2; ~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsqz.c:606:48: note: place parentheses around the '-' expression to silence this warning cntloc = *jrsbas + 4 + newnsv * svsize + (i__ - 1 << 1) + 2; ^ ( ) 1613:34: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfj || ! (nfj || nfjg) && ddat[(i__2 = ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1613:34: note: place parentheses around the '&&' expression to silence this warning jle = nfj || ! (nfj || nfjg) && ddat[(i__2 = ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1621:35: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfjg || ! (nfj || nfjg) && ddat[(i__2 = ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1621:35: note: place parentheses around the '&&' expression to silence this warning jle = nfjg || ! (nfj || nfjg) && ddat[(i__2 = ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1629:22: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (! (nfj && nfjg || ! (nfj || nfjg) && ddat[( ~~~~^~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1629:22: note: place parentheses around the '&&' expression to silence this warning } else if (! (nfj && nfjg || ! (nfj || nfjg) && ddat[( ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1629:49: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (! (nfj && nfjg || ! (nfj || nfjg) && ddat[( ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1629:49: note: place parentheses around the '&&' expression to silence this warning } else if (! (nfj && nfjg || ! (nfj || nfjg) && ddat[( ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1636:34: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfj || ! (nfj || nfjg) && ddat[(i__2 = ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1636:34: note: place parentheses around the '&&' expression to silence this warning jle = nfj || ! (nfj || nfjg) && ddat[(i__2 = ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1644:35: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfjg || ! (nfj || nfjg) && ddat[(i__2 = ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1644:35: note: place parentheses around the '&&' expression to silence this warning jle = nfjg || ! (nfj || nfjg) && ddat[(i__2 = ^ ( addrss = rbase + 7 + (rrvidx - 1 << 1) + 1; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjtst.c:1917:35: note: place parentheses around the '-' expression to silence this warning addrss = rbase + 7 + (rrvidx - 1 << 1) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1676:34: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfj || ! (nfj || nfjg) && s_cmp(ch__1, ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1676:34: note: place parentheses around the '&&' expression to silence this warning jle = nfj || ! (nfj || nfjg) && s_cmp(ch__1, ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1687:35: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfjg || ! (nfj || nfjg) && s_cmp(ch__1, ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjtst.c:2079:35: /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1687:35: note: place parentheses around the '&&' expression to silence this warning jle = nfjg || ! (nfj || nfjg) && s_cmp(ch__1, ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1699:19: warning: '&&' within '||' [-Wlogical-op-parentheses] warning if (! (nfj && nfjg || ! (nfj || nfjg) && s_cmp( ~~~~^~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1699:19: note: place parentheses around the '&&' expression to silence this warning if (! (nfj && nfjg || ! (nfj || nfjg) && s_cmp( ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1699:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (! (nfj && nfjg || ! (nfj || nfjg) && s_cmp( ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1699:46: note: place parentheses around the '&&' expression to silence this warning if (! (nfj && nfjg || ! (nfj || nfjg) && s_cmp( ^ ( : operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addrss = lbase + 7 + (lrvidx - 1 << 1) + 1; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1717:38: warning/Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjtst.c:2079:35: note: place parentheses around the '-' expression to silence this warning addrss = lbase + 7 + (lrvidx - 1 << 1) + 1; ^ ( ) : '&&' within '||' [-Wlogical-op-parentheses] /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjtst.c jle = nfj || ! (nfj || nfjg) && s_cmp( ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1717:38: note: place parentheses around the '&&' expression to silence this warning jle = nfj || ! (nfj || nfjg) && s_cmp( ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1731:39: warning: '&&' within '||' [-Wlogical-op-parentheses] jle = nfjg || ! (nfj || nfjg) && s_cmp( ~~ ~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjsrt.c:1731:39: note: place parentheses around the '&&' expression to silence this warning :2081:35: jle = nfjg || ! (nfj || nfjg) && s_cmp(warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addrss = rbase + 7 + (rrvidx - 1 << 1) + 1; ~~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekjtst.c:2081:35: note: place parentheses around the '-' expression to silence this warning addrss = rbase + 7 + (rrvidx - 1 << 1) + 1; ^ ( ) ^ ( 4 warnings generated. 18 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzeknres.c:810:14: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] base = ((j - 1 << 1) + 1) * 6 + 19; ~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzeknres.c:810:14: note: place parentheses around the '-' expression to silence this warning base = ((j - 1 << 1) + 1) * 6 + 19; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzeknres.c:837:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] base = ((i__ - 1 << 1) + 1) * 6 + 19; ~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzeknres.c:837:16: note: place parentheses around the '-' expression to silence this warning base = ((i__ - 1 << 1) + 1) * 6 + 19; ^ ( ) 2 warnings generated. 4 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:223:24: warning: '&&' within '||' [-Wlogical-op-parentheses] iorder[jg - 1] - 1] && iorder[j - 1] < iorder[jg - 1]) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:223:24: note: place parentheses around the '&&' expression to silence this warning iorder[jg - 1] - 1] && iorder[j - 1] < iorder[jg - 1]) ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:224:46: warning: '&&' within '||' [-Wlogical-op-parentheses] || *nullok && (nlflgs[iorder[j - 1] - 1] && ! nlflgs[ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:224:46: note: place parentheses around the '&&' expression to silence this warning || *nullok && (nlflgs[iorder[j - 1] - 1] && ! nlflgs[ ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:226:31: warning: '&&' within '||' [-Wlogical-op-parentheses] nlflgs[iorder[jg - 1] - 1] && iorder[j - 1] < iorder[ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:226:31: note: place parentheses around the '&&' expression to silence this warning nlflgs[iorder[jg - 1] - 1] && iorder[j - 1] < iorder[ ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:230:33: warning: '&&' within '||' [-Wlogical-op-parentheses] == dvals[iorder[jg - 1] - 1] && iorder[j - 1] < ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:230:33: note: place parentheses around the '&&' expression to silence this warning == dvals[iorder[jg - 1] - 1] && iorder[j - 1] < ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:228:25: warning: '&&' within '||' [-Wlogical-op-parentheses] iorder[jg - 1] - 1]) && (dvals[iorder[j - 1] - 1] < ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:228:25: note: place parentheses around the '&&' expression to silence this warning iorder[jg - 1] - 1]) && (dvals[iorder[j - 1] - 1] < ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:221:19: warning: '&&' within '||' [-Wlogical-op-parentheses] if (! (*nullok) && (dvals[iorder[j - 1] - 1] < dvals[iorder[ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:221:19: note: place parentheses around the '&&' expression to silence this warning if (! (*nullok) && (dvals[iorder[j - 1] - 1] < dvals[iorder[ ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:224:16: warning: '&&' within '||' [-Wlogical-op-parentheses] || *nullok && (nlflgs[iorder[j - 1] - 1] && ! nlflgs[ ~~ ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordd.c:224:16: note: place parentheses around the '&&' expression to silence this warning || *nullok && (nlflgs[iorder[j - 1] - 1] && ! nlflgs[ ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:238:34: warning: '&&' within '||' [-Wlogical-op-parentheses] if (! (*nullok) && (le1 || eq1 && iorder[j - 1] < iorder[jg - ~~ ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:238:34: note: place parentheses around the '&&' expression to silence this warning if (! (*nullok) && (le1 || eq1 && iorder[j - 1] < iorder[jg - ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:239:49: warning: '&&' within '||' [-Wlogical-op-parentheses] 1]) || *nullok && (nlflgs[iorder[j - 1] - 1] && ! ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:239:49: note: place parentheses around the '&&' expression to silence this warning 1]) || *nullok && (nlflgs[iorder[j - 1] - 1] && ! ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:241:37: warning: '&&' within '||' [-Wlogical-op-parentheses] 1] && nlflgs[iorder[jg - 1] - 1] && iorder[j - 1] < ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:241:37: note: place parentheses around the '&&' expression to silence this warning 1] && nlflgs[iorder[jg - 1] - 1] && iorder[j - 1] < ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:243:47: warning: '&&' within '||' [-Wlogical-op-parentheses] nlflgs[iorder[jg - 1] - 1]) && (le1 || eq1 && iorder[ ~~ ~~~~^~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:243:47: note: place parentheses around the '&&' expression to silence this warning nlflgs[iorder[jg - 1] - 1]) && (le1 || eq1 && iorder[ ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:243:32: warning: '&&' within '||' [-Wlogical-op-parentheses] nlflgs[iorder[jg - 1] - 1]) && (le1 || eq1 && iorder[ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:243:32: note: place parentheses around the '&&' expression to silence this warning nlflgs[iorder[jg - 1] - 1]) && (le1 || eq1 && iorder[ ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:238:19: warning: '&&' within '||' [-Wlogical-op-parentheses] if (! (*nullok) && (le1 || eq1 && iorder[j - 1] < iorder[jg - ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:238:19: note: place parentheses around the '&&' expression to silence this warning if (! (*nullok) && (le1 || eq1 && iorder[j - 1] < iorder[jg - ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:239:19: warning: '&&' within '||' [-Wlogical-op-parentheses] 1]) || *nullok && (nlflgs[iorder[j - 1] - 1] && ! ~~ ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordc.c:239:19: note: place parentheses around the '&&' expression to silence this warning 1]) || *nullok && (nlflgs[iorder[j - 1] - 1] && ! ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:225:24: warning: '&&' within '||' [-Wlogical-op-parentheses] /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:982:22: iorder[jg - 1] - 1] && iorder[j - 1] < iorder[jg - 1]) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:225:24: note: place parentheses around the '&&' expression to silence this warning iorder[jg - 1] - 1] && iorder[j - 1] < iorder[jg - 1]) ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:226:46: warning: '&&' within '||' [-Wlogical-op-parentheses] || *nullok && (nlflgs[iorder[j - 1] - 1] && ! nlflgs[ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:226:46: note: place parentheses around the '&&' expression to silence this warning || *nullok && (nlflgs[iorder[j - 1] - 1] && ! nlflgs[ ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:228:31: warning: '&&' within '||' [-Wlogical-op-parentheses] nlflgs[iorder[jg - 1] - 1] && iorder[j - 1] < iorder[ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c addr__ = (freec - 1 << 10) + 1; ~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:982:22: note: place parentheses around the '-' expression to silence this warning addr__ = (freec - 1 << 10) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:998:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *base = *p - 1 << 10; ~~~^~~ ~~ :228:31/Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:998:17: note: place parentheses around the '-' expression to silence this warning : note: place parentheses around the '&&' expression to silence this warning *base = *p - 1 << 10; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1031:22: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (freed - 1 << 7) + 1; ~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1031:22: note: place parentheses around the '-' expression to silence this warning addr__ = (freed - 1 << 7) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1045:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *base = *p - 1 << 7; ~~~^~~ ~~ nlflgs[iorder[jg - 1] - 1] && iorder[j - 1] < iorder[ ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:232:33: warning: '&&' within '||' [-Wlogical-op-parentheses] == ivals[iorder[jg - 1] - 1] && iorder[j - 1] < ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1045:17: note: place parentheses around the '-' expression to silence this warning *base = *p - 1 << 7; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:232:33: note: place parentheses around the '&&' expression to silence this warning == ivals[iorder[jg - 1] - 1] && iorder[j - 1] < ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:230:25: warning: '&&' within '||' [-Wlogical-op-parentheses] /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1078:22: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (freei - 1 << 8) + 257; ~~~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1078:22: note: place parentheses around the '-' expression to silence this warning addr__ = (freei - 1 << 8) + 257; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1091:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *base = (*p - 1 << 8) + 256; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:10917 warnings generated iorder[jg - 1] - 1]) && (ivals[iorder[j - 1] - 1] < ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~. :18: note: place parentheses around the '-' expression to silence this warning *base = (*p - 1 << 8) + 256; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1272:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (*p - 1 << 10) + 1; 7 warnings generated ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1272:15: note: place parentheses around the '-' expression to silence this warning addr__ = (*p - 1 << 10) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1305:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (*p - 1 << 7) + 1; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1305:15/Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:230:25: note: place parentheses around the '&&' expression to silence this warning iorder[jg - 1] - 1]) && (ivals[iorder[j - 1] - 1] < ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:223:19: warning: '&&' within '||' [-Wlogical-op-parentheses] if (! (*nullok) && (ivals[iorder[j - 1] - 1] < ivals[iorder[ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:223:19: note: place parentheses around the '&&' expression to silence this warning if (! (*nullok) && (ivals[iorder[j - 1] - 1] < ivals[iorder[ ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:226:16: warning: '&&' within '||' [-Wlogical-op-parentheses] || *nullok && (nlflgs[iorder[j - 1] - 1] && ! nlflgs[ ~~ ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekordi.c:226:16: note: place parentheses around the '&&' expression to silence this warning || *nullok && (nlflgs[iorder[j - 1] - 1] && ! nlflgs[ ^ ( : note: place parentheses around the '-' expression to silence this warning addr__ = (*p - 1 << 7) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1338:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (*p - 1 << 8) + 257; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1338:15: note: place parentheses around the '-' expression to silence this warning addr__ = (*p - 1 << 8) + 257; ^ ( ) . /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1495:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (*p - 1 << 10) + 1; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1495:18: note: place parentheses around the '-' expression to silence this warning addr__ = (*p - 1 << 10) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1636:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (*p - 1 << 7) + 1; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1636:18: note: place parentheses around the '-' expression to silence this warning addr__ = (*p - 1 << 7) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1773:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (*p - 1 << 8) + 257; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1773:18: note: place parentheses around the '-' expression to silence this warning addr__ = (*p - 1 << 8) + 257; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1935:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (*p - 1 << 10) + 1; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:1935:18: note: place parentheses around the '-' expression to silence this warning addr__ = (*p - 1 << 10) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2085:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (*p - 1 << 7) + 1; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2085:18: note: place parentheses around the '-' expression to silence this warning addr__ = (*p - 1 << 7) + 1; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2234:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] addr__ = (*p - 1 << 8) + 257; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2234:18: note: place parentheses around the '-' expression to silence this warning addr__ = (*p - 1 << 8) + 257; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2356:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *base = *p - 1 << 10; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2356:13: note: place parentheses around the '-' expression to silence this warning *base = *p - 1 << 10; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2358:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *base = *p - 1 << 7; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2358:13: note: place parentheses around the '-' expression to silence this warning *base = *p - 1 << 7; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2360:14: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *base = (*p - 1 << 8) + 256; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2360:14: note: place parentheses around the '-' expression to silence this warning *base = (*p - 1 << 8) + 256; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2495:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *base = *p - 1 << 10; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2495:13: note: place parentheses around the '-' expression to silence this warning *base = *p - 1 << 10; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2498:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *base = *p - 1 << 7; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2498:13: note: place parentheses around the '-' expression to silence this warning *base = *p - 1 << 7; ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2501:14: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] *base = (*p - 1 << 8) + 256; ~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekpage.c:2501:14: note: place parentheses around the '-' expression to silence this warning *base = (*p - 1 << 8) + 256; ^ ( ) 7 warnings generated. 21 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekscan.c:753:46: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*(unsigned char *)&ch__2[0] >= '0' && *(unsigned char ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekscan.c:753:46: note: place parentheses around the '&&' expression to silence this warning if (*(unsigned char *)&ch__2[0] >= '0' && *(unsigned char ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekscan.c:760:43: warning: '&&' within '||' [-Wlogical-op-parentheses] if (*(unsigned char *)&ch__1[0] >= 'A' && *(unsigned ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekscan.c:760:43: note: place parentheses around the '&&' expression to silence this warning if (*(unsigned char *)&ch__1[0] >= 'A' && *(unsigned ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekscan.c:762:21: warning: '&&' within '||' [-Wlogical-op-parentheses] ch__1[0] >= 'a' && *(unsigned char *)&ch__1[0] ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekscan.c:762:21: note: place parentheses around the '&&' expression to silence this warning ch__1[0] >= 'a' && *(unsigned char *)&ch__1[0] ^ 3 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekweed.c:469:58: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] base = bases[cand - 1] + 4 + ncndsv * svsize + (csv - 1 << 1); ~~~~^~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekweed.c:469:58: note: place parentheses around the '-' expression to silence this warning base = bases[cand - 1] + 4 + ncndsv * svsize + (csv - 1 << 1); ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekweed.c:516:56: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] base = bases[pred - 1] + 4 + nprdsv * svsize + (psv - ~~~~^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzekweed.c:516:56: note: place parentheses around the '-' expression to silence this warning base = bases[pred - 1] + 4 + nprdsv * svsize + (psv - ^ ( 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgffvu.c:1569:43: warning: '&&' within '||' [-Wlogical-op-parentheses] "CIRCLE", (ftnlen)9, (ftnlen)6) == 0 && svxtrg) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgffvu.c:1569:43: note: place parentheses around the '&&' expression to silence this warning "CIRCLE", (ftnlen)9, (ftnlen)6) == 0 && svxtrg) { ^ ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1373:64: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (s_cmp(svfshp, "DSK", (ftnlen)9, (ftnlen)3) == 0 && s_cmp( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1373:64: note: place parentheses around the '&&' expression to silence this warning } else if (s_cmp(svfshp, "DSK", (ftnlen)9, (ftnlen)3) == 0 && s_cmp( ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1375:40: warning: '&&' within '||' [-Wlogical-op-parentheses] "DSK", (ftnlen)9, (ftnlen)3) == 0 && s_cmp(svfshp, "POINT", ( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1375:40: note: place parentheses around the '&&' expression to silence this warning "DSK", (ftnlen)9, (ftnlen)3) == 0 && s_cmp(svfshp, "POINT", ( ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1931:70: warning: '&&' within '||' [-Wlogical-op-parentheses] } else if (s_cmp(svfshp, "ELLIPSOID", (ftnlen)9, (ftnlen)9) == 0 && s_cmp( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1931:70: note: place parentheses around the '&&' expression to silence this warning } else if (s_cmp(svfshp, "ELLIPSOID", (ftnlen)9, (ftnlen)9) == 0 && s_cmp( ^ ( /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1933:40: warning: '&&' within '||' [-Wlogical-op-parentheses] "DSK", (ftnlen)9, (ftnlen)3) == 0 && s_cmp(svbshp, "POINT", ( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1933:40: note: place parentheses around the '&&' expression to silence this warning "DSK", (ftnlen)9, (ftnlen)3) == 0 && s_cmp(svbshp, "POINT", ( ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1935:21: warning: '&&' within '||' [-Wlogical-op-parentheses] ftnlen)5) == 0 && s_cmp(svbshp, "ELLIPSOID", (ftnlen)9, (ftnlen)9) ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1935:21: note: place parentheses around the '&&' expression to silence this warning ftnlen)5) == 0 && s_cmp(svbshp, "ELLIPSOID", (ftnlen)9, (ftnlen)9) ^ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1936:65: warning: '&&' within '||' [-Wlogical-op-parentheses] == 0 || s_cmp(svfshp, "POINT", (ftnlen)9, (ftnlen)5) == 0 && ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzgfocu.c:1936:65: note: place parentheses around the '&&' expression to silence this warning == 0 || s_cmp(svfshp, "POINT", (ftnlen)9, (ftnlen)5) == 0 && ^ ( 1 warning generated. 6 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zznrddp.c:1171:30: warning: '&&' within '||' [-Wlogical-op-parentheses] if (atime == 0. || *t >= 0. && atime < 0. || *t < 0. && atime >= 0.) { ~~ ~~~~~~~~~^~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zznrddp.c:1171:30: note: place parentheses around the '&&' expression to silence this warning if (atime == 0. || *t >= 0. && atime < 0. || *t < 0. && atime >= 0.) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zznrddp.c:1171:55: warning: '&&' within '||' [-Wlogical-op-parentheses] if (atime == 0. || *t >= 0. && atime < 0. || *t < 0. && atime >= 0.) { ~~ ~~~~~~~~^~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zznrddp.c:1171:55: note: place parentheses around the '&&' expression to silence this warning if (atime == 0. || *t >= 0. && atime < 0. || *t < 0. && atime >= 0.) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzocced.c:1263:16: warning: '&&' within '||' [-Wlogical-op-parentheses] if (sfront && smlidx == 1 || ! sfront && smlidx == 2) { ~~~~~~~^~~~~~~~~~~~~~ ~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzocced.c:1263:16: note: place parentheses around the '&&' expression to silence this warning if (sfront && smlidx == 1 || ! sfront && smlidx == 2) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzocced.c:1263:43: warning: '&&' within '||' [-Wlogical-op-parentheses] if (sfront && smlidx == 1 || ! sfront && smlidx == 2) { ~~ ~~~~~~~~~^~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzocced.c:1263:43: note: place parentheses around the '&&' expression to silence this warning if (sfront && smlidx == 1 || ! sfront && smlidx == 2) { ^ ( ) 2 warnings generated. 2 warnings generated. /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzrvar.c:418:24: warning: '&&' within '||' [-Wlogical-op-parentheses] if (intokn || inquot && even) { ~~ ~~~~~~~^~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzrvar.c:418:24: note: place parentheses around the '&&' expression to silence this warning if (intokn || inquot && even) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzrvar.c:550:24: warning: '&&' within '||' [-Wlogical-op-parentheses] if (insepf || inquot && even) { ~~ ~~~~~~~^~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzrvar.c:550:24: note: place parentheses around the '&&' expression to silence this warning if (insepf || inquot && even) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzrvbf.c:408:24: warning: '&&' within '||' [-Wlogical-op-parentheses] if (intokn || inquot && even) { ~~ ~~~~~~~^~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzrvbf.c:408:24: note: place parentheses around the '&&' expression to silence this warning if (intokn || inquot && even) { ^ ( ) /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzrvbf.c:540:24: warning: '&&' within '||' [-Wlogical-op-parentheses] if (insepf || inquot && even) { ~~ ~~~~~~~^~~~~~~ /Users/jenkins/w/cci_PR-3670/.conan/data/cspice/0066/_/_/build/974bce94b51b23bf926e402d8b4e4c47a005237e/source_subfolder/src/cspice/zzrvbf.c:540:24: note: place parentheses around the '&&' expression to silence this warning if (insepf || inquot && even) { ^ ( ) 2 warnings generated. 2 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY