From: Armin Novak Date: Mon, 2 Jul 2018 14:38:21 +0000 (+0200) Subject: Fixed empty lib. X-Git-Tag: 2.0.0-rc3~19^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cd25027ad1f8f13b799fee96d42d54b1e0f415a;p=platform%2Fupstream%2Ffreerdp.git Fixed empty lib. --- diff --git a/channels/rdpsnd/common/rdpsnd_common.c b/channels/rdpsnd/common/rdpsnd_common.c index d49f6b4..f1d72eb 100644 --- a/channels/rdpsnd/common/rdpsnd_common.c +++ b/channels/rdpsnd/common/rdpsnd_common.c @@ -18,3 +18,8 @@ * limitations under the License. */ #include "rdpsnd_common.h" + +/* Prevent this compilation unit from being empty */ +void placeholder(void) +{ +}