Re: complier warnings from ecpg tests - Mailing list pgsql-hackers

From Sergei Kornilov
Subject Re: complier warnings from ecpg tests
Date
Msg-id 16015021562853428@iva5-fb4da115b4b5.qloud-c.yandex.net
Whole thread Raw
In response to Re: complier warnings from ecpg tests  (Michael Paquier <michael@paquier.xyz>)
Responses Re: complier warnings from ecpg tests
List pgsql-hackers
Hi

> Are you using -Wformat-overflow? At which level?

I use: ./configure --prefix=somepath --enable-cassert --enable-debug CFLAGS="-ggdb -Og -g3 -fno-omit-frame-pointer"
--enable-tap-tests
No other explicit options.

pg_config reports:

CPPFLAGS = -D_GNU_SOURCE
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels
-Wmissing-format-attribute-Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard
-Wno-format-truncation-Wno-stringop-truncation -g -ggdb -Og -g3 -fno-omit-frame-pointer
 
CFLAGS_SL = -fPIC

regards, Sergei



pgsql-hackers by date:

Previous
From: Antonin Houska
Date:
Subject: Re: [Proposal] Table-level Transparent Data Encryption (TDE) and Key Management Service (KMS)
Next
From: Euler Taveira
Date:
Subject: Re: base backup client as auxiliary backend process