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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s
Date: 2021-05-06 05:30:27
Message-ID: E1leWah-0007Kf-Vx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

jit: Fix warning reported by gcc-11 caused by dubious function signature.

Reported-By: Erik Rijkers <er(at)xs4all(dot)nl>
Discussion: https://postgr.es/m/833107370.1313189.1619647621213@webmailclassic.xs4all.nl
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-05-06 05:30:31 pgsql: jit: Fix warning reported by gcc-11 caused by dubious function s
Previous Message Tom Lane 2021-05-06 03:11:56 pgsql: Doc: update RELEASE_CHANGES checklist.