You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/scratch/RDKit_git/Code/GraphMol/Fingerprints/AtomPairs.cpp:448:78: warning: operator '<<' has lower precedence than '+';
'+' will be evaluated first [-Wshift-op-parentheses]
atomCodes.push_back(((_atomInvariants)[(_atomItI)->getIdx()])<<1 + 1);
~~~~^~~
/scratch/RDKit_git/Code/GraphMol/Fingerprints/AtomPairs.cpp:448:78: note: place parentheses around the '+' expression to
silence this warning
atomCodes.push_back(((*atomInvariants)[(*atomItI)->getIdx()])<<1 + 1);
The text was updated successfully, but these errors were encountered:
/scratch/RDKit_git/Code/GraphMol/Fingerprints/AtomPairs.cpp:448:78: warning: operator '<<' has lower precedence than '+';
'+' will be evaluated first [-Wshift-op-parentheses]
atomCodes.push_back(((_atomInvariants)[(_atomItI)->getIdx()])<<1 + 1);
~~~~^~~
/scratch/RDKit_git/Code/GraphMol/Fingerprints/AtomPairs.cpp:448:78: note: place parentheses around the '+' expression to
silence this warning
atomCodes.push_back(((*atomInvariants)[(*atomItI)->getIdx()])<<1 + 1);
The text was updated successfully, but these errors were encountered: