mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 15:08:53 +00:00
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
|