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)
Sun, Jul 5, 8:52 AM
Unknown Object (File)
Mon, Jun 22, 9:31 AM
Unknown Object (File)
Sun, Jun 21, 1:58 AM
Unknown Object (File)
Sat, Jun 6, 12:00 PM
Unknown Object (File)
Jun 3 2026, 8:55 PM
Unknown Object (File)
Apr 17 2026, 10:24 PM
Unknown Object (File)
Apr 4 2026, 11:41 PM
Unknown Object (File)
Mar 31 2026, 7:19 PM
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.