From abaec305d41908cfe6874ee10c4c077d0104765d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 24 Jul 1997 05:33:10 +0200
Subject: [PATCH] Removed a warning if compiled without DEBUG.

Rev: src/peep.c:1.14
---
 src/peep.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/peep.c b/src/peep.c
index 3bc7a8c954..d92f78df27 100644
--- a/src/peep.c
+++ b/src/peep.c
@@ -101,8 +101,10 @@ void update_arg(int instr,INT32 arg)
 
 void ins_f_byte(unsigned int b)
 {
+#ifdef DEBUG
   if(store_linenumbers && b<F_MAX_OPCODE)
     ADD_COMPILED(b);
+#endif /* DEBUG */
 
   b-=F_OFFSET;
 #ifdef DEBUG
-- 
GitLab