blob: 5da5da3cba67c5f56cbdf9d6ca47df38eee1622f [file] [log] [blame]
Alexandre Lision94f06ba2013-12-09 16:28:33 -05001/* $Id$ */
Tristan Matthews0a329cc2013-07-17 13:20:14 -04002
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