summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/cc_codew.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-01-01 20:56:36 +0000
committerBenny Prijono <bennylp@teluu.com>2009-01-01 20:56:36 +0000
commit423bd3b19d5611412da90b87f6989dc89339defa (patch)
treee2d8a8d63b37d55ca2a8777e64a7ed054088683d /pjlib/include/pj/compat/cc_codew.h
parent808f9942b9b55991273a490f234900cdf0bb457f (diff)
Fixed unreached code, deprecated fopen(), unused arguments, and other warnings with MSVC
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2407 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/compat/cc_codew.h')
-rw-r--r--pjlib/include/pj/compat/cc_codew.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/cc_codew.h b/pjlib/include/pj/compat/cc_codew.h
index 7dcaae5d..3f8b46ee 100644
--- a/pjlib/include/pj/compat/cc_codew.h
+++ b/pjlib/include/pj/compat/cc_codew.h
@@ -49,6 +49,7 @@ typedef unsigned long long pj_uint64_t;
#define PJ_UINT64(val) val##LLU
#define PJ_INT64_FMT "L"
+#define PJ_UNREACHED(x)
#endif /* __PJ_COMPAT_CC_CODEW_H__ */