Page MenuHomePhabricator

Fix a bison deprecation warning
ClosedPublic

Authored by joshuaspence on Aug 23 2015, 2:22 AM.
Tags
None
Referenced Files
F18389189: D13972.id33732.diff
Fri, Aug 29, 5:32 AM
F18386757: D13972.id33732.diff
Fri, Aug 29, 2:30 AM
F18248029: D13972.id.diff
Thu, Aug 21, 12:52 PM
F18234535: D13972.diff
Wed, Aug 20, 6:11 PM
F18111051: D13972.diff
Tue, Aug 12, 5:55 AM
F18050801: D13972.id33732.diff
Aug 3 2025, 9:05 PM
F18050799: D13972.id.diff
Aug 3 2025, 9:05 PM
F18050345: D13972.id33709.diff
Aug 3 2025, 7:27 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.