summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorAndrew Dunstan2012-10-07 21:31:10 +0000
committerAndrew Dunstan2012-10-07 21:31:10 +0000
commit33a7101281c6d5c3905b311ed690024ca6a673c6 (patch)
treea433153685f0aff579197ca14ac4db795fa232d5 /src/interfaces
parent7e2f8ed2b0dcff052b8f06069e2d69f02b774f04 (diff)
Quiet a few MSC compiler warnings.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/ecpg/ecpglib/typename.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ecpglib/typename.c b/src/interfaces/ecpg/ecpglib/typename.c
index 98b81894f35..d0081812f3d 100644
--- a/src/interfaces/ecpg/ecpglib/typename.c
+++ b/src/interfaces/ecpg/ecpglib/typename.c
@@ -65,6 +65,7 @@ ecpg_type_name(enum ECPGttype typ)
default:
abort();
}
+ return ""; /* keep MSC compiler happy */
}
int