Ticket #627: Fixed general compiler warning when building for WinCE (thanks David Parker for the patch).

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@2285 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip-apps/src/pocketpj/StdAfx.h b/pjsip-apps/src/pocketpj/StdAfx.h
index 6af8309..4142afe 100644
--- a/pjsip-apps/src/pocketpj/StdAfx.h
+++ b/pjsip-apps/src/pocketpj/StdAfx.h
@@ -10,6 +10,7 @@
 #pragma once
 #endif // _MSC_VER >= 1000
 
+#pragma warning(disable:4496)
 
 
 #define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers