Page MenuHomePhabricator

Fix a bison deprecation warning
ClosedPublic

Authored by joshuaspence on Aug 23 2015, 2:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 12:26 AM
Unknown Object (File)
Sat, Apr 20, 4:29 AM
Unknown Object (File)
Sat, Apr 20, 2:22 AM
Unknown Object (File)
Fri, Apr 19, 11:06 PM
Unknown Object (File)
Thu, Apr 18, 9:35 AM
Unknown Object (File)
Thu, Apr 18, 7:52 AM
Unknown Object (File)
Mar 26 2024, 4:54 AM
Unknown Object (File)
Mar 26 2024, 4:25 AM
Subscribers

Details

Summary

Currently, running make parser produces the following warning:

parser.y:72.1-14: warning: deprecated directive, use ‘%name-prefix’ [-Wdeprecated]
 %name-prefix = "xhpast"
  ^^^^^^^^^^^^^^
Test Plan

One less warning.

Diff Detail

Repository
rPHU libphutil
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7731
Build 8495: [Placeholder Plan] Wait for 30 Seconds
Build 8494: arc lint + arc unit

Event Timeline

joshuaspence retitled this revision from to Fix a bison deprecation warning.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Aug 23 2015, 2:04 PM
This revision was automatically updated to reflect the committed changes.