diff options
author | 2019-11-05 16:55:27 +0100 | |
---|---|---|
committer | 2019-11-05 17:10:42 +0100 | |
commit | a30d495f6e91f3bed0420bf76c19315fe0de8801 (patch) | |
tree | afecede81fc0c1ed271d43c8e6280653af8a7c26 /ctrl/facemgr/src/main.c | |
parent | 8adda70cd102a3ea5d91a72aecfde7107dd0c807 (diff) |
[HICN-382] Misc compilation issues on MacOS (incl. Catalina specific code)
Change-Id: I4cb2378b2e44afbaedb984409a221b2e3f0e99b4
Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
Diffstat (limited to 'ctrl/facemgr/src/main.c')
-rw-r--r-- | ctrl/facemgr/src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ctrl/facemgr/src/main.c b/ctrl/facemgr/src/main.c index b7bd6c6cd..eeb0a0259 100644 --- a/ctrl/facemgr/src/main.c +++ b/ctrl/facemgr/src/main.c @@ -185,9 +185,7 @@ MAIN_LOOP: /* Main loop */ loop = loop_create(); -#ifdef __linux__ facemgr_set_callback(facemgr, loop, (void*)loop_callback); -#endif /* __linux__ */ #ifdef __ANDROID__ facemgr_set_jvm(facemgr, NULL, NULL); // FIXME |