From: YoungHun Kim Date: Mon, 3 Jul 2023 02:09:53 +0000 (+0900) Subject: Fixed the build error using gcc 13 X-Git-Tag: accepted/tizen/unified/20230703.143004^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F295096%2F2;p=platform%2Fupstream%2Fmurphy.git Fixed the build error using gcc 13 Change-Id: I4cc78ea2787939102db89fbd276e242c7e6ff970 --- diff --git a/packaging/murphy.spec b/packaging/murphy.spec index 8ccf501..42a4e9d 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -29,7 +29,7 @@ Summary: Resource policy framework Name: murphy Version: 0.0.75 -Release: 26 +Release: 27 License: BSD-3-Clause Group: System/Service URL: http://01.org/murphy/ diff --git a/src/murphy-db/mql/mql-scanner.l b/src/murphy-db/mql/mql-scanner.l index 3e19650..7225a5d 100644 --- a/src/murphy-db/mql/mql-scanner.l +++ b/src/murphy-db/mql/mql-scanner.l @@ -84,7 +84,6 @@ } while (0) -YYSTYPE yy_mql_lval;