Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13845d2

Browse files
committed
Fix some *other* compiler warnings from a different gcc version.
1 parented05063 commit13845d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎contrib/unaccent/unaccent.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Copyright (c) 2009, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
9-
* $PostgreSQL: pgsql/contrib/unaccent/unaccent.c,v 1.2 2009/08/18 15:37:04 tgl Exp $
9+
* $PostgreSQL: pgsql/contrib/unaccent/unaccent.c,v 1.3 2009/08/18 15:57:26 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -78,10 +78,10 @@ placeChar(SuffixChar *node, unsigned char *str, int lenstr, char *replaceTo, int
7878
staticSuffixChar*
7979
initSuffixTree(char*filename)
8080
{
81-
SuffixChar*rootSuffixTree=NULL;
81+
SuffixChar*volatilerootSuffixTree=NULL;
8282
MemoryContextccxt=CurrentMemoryContext;
8383
tsearch_readline_statetrst;
84-
boolskip;
84+
volatileboolskip;
8585

8686
filename=get_tsearch_config_filename(filename,"rules");
8787
if (!tsearch_readline_begin(&trst,filename))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp