~chrisppy/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH hare-scfg] remove unreachable abort

Details
Message ID
<CXFPL72ZSNAG.3TILTBCYVNCGN@posteo.net>
DKIM signature
missing
Download raw message
Patch: +0 -1
---
 Fixes building with the latest version of hare

 format/scfg/scan.ha | 1 -
 1 file changed, 1 deletion(-)

diff --git a/format/scfg/scan.ha b/format/scfg/scan.ha
index ed886a8..b578442 100644
--- a/format/scfg/scan.ha
+++ b/format/scfg/scan.ha
@@ -95,7 +95,6 @@ export fn next(s: *scanner) (directive | io::EOF | error) = {
			);
		};
	};
	abort(); //Unreachable
};

// Frees the resources associated with a [[scanner]].
-- 
2.43.0
Details
Message ID
<CYAB1D73XFXD.1PLOIOMATI95F@red-oxide.org>
In-Reply-To
<CXFPL72ZSNAG.3TILTBCYVNCGN@posteo.net> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~chrisppy/hare-scfg
   ..  master -> master
Reply to thread Export thread (mbox)