From 7a0ee1a7208ddfe8575d1f1179f66fda2fa99339 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 28 Apr 2009 19:38:43 +0000 Subject: Ticket #706: Merged branch vs-reorg2 into trunk: - Currently supported platforms are: Win32, WM6 std & pro, WM5 SP & PPC, WM2003 SP & PPC. - Added libpjproject into solution, this is a single 'combo' library that bundles all PJSIP libraries. - Cleaned up most of compile warnings, note that warning level of libgsmcodec has been reduced from 4 to 3. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2660 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/build/dummy.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pjsip-apps/build/dummy.c (limited to 'pjsip-apps/build/dummy.c') diff --git a/pjsip-apps/build/dummy.c b/pjsip-apps/build/dummy.c new file mode 100644 index 00000000..5da5da3c --- /dev/null +++ b/pjsip-apps/build/dummy.c @@ -0,0 +1,9 @@ +/* $Id$ */ + +/** + * This is an empty C file for helping libpjproject so it gets built properly. + */ + +#ifdef _MSC_VER +# pragma warning(disable: 4206) // translation unit is empty +#endif -- cgit v1.2.3