From 4eb0ef75bcff372778ed3d94daa24bae2dd21615 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Mon, 13 Jan 2025 22:01:17 -0400 Subject: [PATCH] DevSpec: Yacc: Silence unused warning about yyunput() --- hcore/deviceManager/deviceSpecl.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/hcore/deviceManager/deviceSpecl.ll b/hcore/deviceManager/deviceSpecl.ll index 931edf1..1c2e326 100644 --- a/hcore/deviceManager/deviceSpecl.ll +++ b/hcore/deviceManager/deviceSpecl.ll @@ -1,4 +1,5 @@ %option prefix="deviceSpecl" +%option nounput %{ #include #include