summaryrefslogtreecommitdiff
path: root/wsutil/cfutils.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-11-25 05:46:40 +0000
committerPeter Wu <peter@lekensteyn.nl>2015-11-29 21:54:34 +0000
commite639a13d11bcdb604482d924ebecb1c5bce97d50 (patch)
treee7b5d4dcdb1e9356414399c17bd6a057b5d5139d /wsutil/cfutils.h
parent2932596b65c36a63e79ab85d3349d404a1e16b37 (diff)
downloadwireshark-e639a13d11bcdb604482d924ebecb1c5bce97d50.tar.gz
cfutils.c: Fix ISO C forbids an empty translation unit [-Wpedantic]
Change-Id: Iac9384e63a4e946c73832103f8d6949f0187fa38 Reviewed-on: https://code.wireshark.org/review/12147 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'wsutil/cfutils.h')
-rw-r--r--wsutil/cfutils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/wsutil/cfutils.h b/wsutil/cfutils.h
index 28a1088805..b6eaee34a6 100644
--- a/wsutil/cfutils.h
+++ b/wsutil/cfutils.h
@@ -25,8 +25,6 @@
#ifndef __WSUTIL_CFUTILS_H__
#define __WSUTIL_CFUTILS_H__
-#ifdef HAVE_OS_X_FRAMEWORKS
-
#include "ws_symbol_export.h"
#ifdef __cplusplus
@@ -42,6 +40,4 @@ WS_DLL_PUBLIC char *CFString_to_C_string(CFStringRef cfstring);
}
#endif /* __cplusplus */
-#endif /* HAVE_OS_X_FRAMEWORKS */
-
#endif /* __WSUTIL_CFUTILS_H__ */