mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +00:00
Review: https://reviewboard.asterisk.org/r/1891/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10 lines
189 B
C
10 lines
189 B
C
/* $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
|