From e32c2ab01542af6fa5a34acfcb629dacd521fcc6 Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Tue, 12 Nov 2024 08:59:54 -0800 Subject: [PATCH] Const function pointers bad --- include/aws/io/event_loop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aws/io/event_loop.h b/include/aws/io/event_loop.h index 094ceef41..098e9428e 100644 --- a/include/aws/io/event_loop.h +++ b/include/aws/io/event_loop.h @@ -74,7 +74,7 @@ struct aws_event_loop_group_options { * * Do not bind this value to managed code; it is only used in timing-sensitive tests. */ - const aws_io_clock_fn *clock_override; + aws_io_clock_fn *clock_override; }; AWS_EXTERN_C_BEGIN