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

Commit6f668ee

Browse files
committed
ifdef out some unused routines to suppress gcc warnings.
1 parent187c58f commit6f668ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/utils/mb/conv.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* conversion between client encoding and server internal encoding
33
* (currently mule internal code (mic) is used)
44
* Tatsuo Ishii
5-
* $Id: conv.c,v 1.6 1999/03/24 07:02:16 ishii Exp $
5+
* $Id: conv.c,v 1.7 1999/04/25 18:09:54 tgl Exp $
66
*/
77
#include<stdio.h>
88
#include<string.h>
@@ -543,6 +543,7 @@ mic2latin4(unsigned char *mic, unsigned char *p, int len)
543543
{
544544
mic2latin(mic,p,len,LC_ISO8859_4);
545545
}
546+
#ifdefNOT_USED
546547
staticvoid
547548
latin52mic(unsignedchar*l,unsignedchar*p,intlen)
548549
{
@@ -553,6 +554,7 @@ mic2latin5(unsigned char *mic, unsigned char *p, int len)
553554
{
554555
mic2latin(mic,p,len,LC_ISO8859_5);
555556
}
557+
#endif
556558

557559
/*
558560
* ASCII ---> MIC

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp