You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/res/pjproject/pjsip-apps/build/dummy.c

10 lines
189 B

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