blob: 5da5da3cba67c5f56cbdf9d6ca47df38eee1622f [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001/* $Id$ */
2
3/**
4 * This is an empty C file for helping libpjproject so it gets built properly.
5 */
6
7#ifdef _MSC_VER
8# pragma warning(disable: 4206) // translation unit is empty
9#endif