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

Commit8367529

Browse files
committed
Remove compile warning.
1 parent8d78d16 commit8367529

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/interfaces/ecpg/lib/typename.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include<stdlib.h>
12
#include<ecpgtype.h>
23
/*
34
* This function is used to generate the correct type names.
@@ -7,7 +8,7 @@ ECPGtype_name(enum ECPGttype typ)
78
{
89
switch (typ)
910
{
10-
caseECPGt_char:return"char";
11+
caseECPGt_char:return"char";
1112
caseECPGt_unsigned_char:
1213
return"unsigned char";
1314
caseECPGt_short:
@@ -31,4 +32,5 @@ ECPGtype_name(enum ECPGttype typ)
3132
default:
3233
abort();
3334
}
35+
returnNULL;
3436
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp