summaryrefslogtreecommitdiff
path: root/epan/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 7d6ce083c2..9119038dcf 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -120,7 +120,7 @@ typedef struct _protocol protocol_t;
*
* @param message string to use as the message
*/
-WS_DLL_PUBLIC WS_MSVC_NORETURN void proto_report_dissector_bug(const char *message) G_GNUC_NORETURN;
+WS_DLL_PUBLIC WS_NORETURN void proto_report_dissector_bug(const char *message);
#define REPORT_DISSECTOR_BUG(message) \
proto_report_dissector_bug(message)