summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/cc_gcc.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_gcc.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_gcc.h')
-rw-r--r--pjlib/include/pj/compat/cc_gcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/cc_gcc.h b/pjlib/include/pj/compat/cc_gcc.h
index 35aecf23..edf04793 100644
--- a/pjlib/include/pj/compat/cc_gcc.h
+++ b/pjlib/include/pj/compat/cc_gcc.h
@@ -69,6 +69,7 @@
# define PJ_HAS_BZERO 1
#endif
+#define PJ_UNREACHED(x)
#endif /* __PJ_COMPAT_CC_GCC_H__ */