Page MenuHomePhabricator

Fix a bison deprecation warning
ClosedPublic

Authored by joshuaspence on Aug 23 2015, 2:22 AM.
Tags
None
Referenced Files
F15392062: D13972.diff
Sat, Mar 15, 1:05 PM
F15369800: D13972.id33709.diff
Wed, Mar 12, 8:05 AM
F15282627: D13972.diff
Tue, Mar 4, 12:46 AM
Unknown Object (File)
Feb 16 2025, 9:03 PM
Unknown Object (File)
Feb 11 2025, 9:53 PM
Unknown Object (File)
Feb 8 2025, 10:14 PM
Unknown Object (File)
Feb 8 2025, 10:13 PM
Unknown Object (File)
Jan 27 2025, 10:26 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.