Re: [COMMITTERS] pgsql: Introduce dynamic shared memory areas.
| От | Tom Lane |
|---|---|
| Тема | Re: [COMMITTERS] pgsql: Introduce dynamic shared memory areas. |
| Дата | |
| Msg-id | 32050.1480950545@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [COMMITTERS] pgsql: Introduce dynamic shared memory areas. (Michael Paquier <michael.paquier@gmail.com>) |
| Ответы |
Re: [COMMITTERS] pgsql: Introduce dynamic shared memory areas.
|
| Список | pgsql-hackers |
Michael Paquier <michael.paquier@gmail.com> writes:
> This commit is generating a warning when compiling on my Win7 dev box:
dromedary has this:
ccache gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute-Wformat-security -fno-strict-aliasing -fwrapv -g -O2 -ansi -I../../../../src/include
-DCOPY_PARSE_PLAN_TREES-DRAW_EXPRESSION_COVERAGE_TEST -c -o network_selfuncs.o network_selfuncs.c
dsa.c: In function 'dsa_dump':
dsa.c:1106: warning: format '%016lx' expects type 'long unsigned int', but argument 3 has type 'dsa_pointer'
dsa.c:1106: warning: format '%016lx' expects type 'long unsigned int', but argument 4 has type 'dsa_pointer'
dsa.c: In function 'make_new_segment':
dsa.c:2039: warning: left shift count >= width of type
dsa.c:2039: warning: left shift count >= width of type
dsa.c:2077: warning: left shift count >= width of type
The first two of those should be fixed by 670b3bc8f, but the shift
problems remain.
regards, tom lane
В списке pgsql-hackers по дате отправления: