From c0f105bf7b462af30d8a512dfd5a3be42c40331d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 21 Sep 2023 11:30:32 +0100 Subject: [PATCH] Comment that side_error enum is unused Signed-off-by: Mathieu Desnoyers --- include/side/trace.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/side/trace.h b/include/side/trace.h index 70121aa..0e54010 100644 --- a/include/side/trace.h +++ b/include/side/trace.h @@ -187,6 +187,7 @@ enum side_visitor_status { SIDE_VISITOR_STATUS_ERROR = -1, }; +//TODO: side_error enum is currently unused. enum side_error { SIDE_ERROR_OK = 0, SIDE_ERROR_INVAL = 1, -- 2.34.1