summaryrefslogtreecommitdiff
path: root/pjsip-apps/build/dummy.c
blob: 1cb9b48cab4208aa9d80fc93142c6dc5f634234c (plain)
1
2
3
4
5
6
7
8
9
/* $Id: dummy.c 2660 2009-04-28 19:38:43Z nanang $ */

/**
 * 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