In secp256k1_ecmult_gen, the final assignment:
Is a dead store that the compiler will eliminate, if the intention is to clear the value then some asm magic will be required, otherwise this line would ideally be deleted.
Reporting as the static analyzer from clang reports this as a bug.