pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
jit: Fix warning reported by gcc-11 caused by dubious function signature.

Reported-By: Erik Rijkers <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch: 13, where b059d2f45685 introduced the issue.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7f2e10baa2482494dbcf70e0ae6f0469771e0b4c

Modified Files
--------------
src/backend/jit/llvm/llvmjit_expr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: update RELEASE_CHANGES checklist.
Next
From: Andres Freund
Date:
Subject: pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s