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, May 25, 6:25 AM
Unknown Object (File)
Mon, May 19, 1:18 AM
Unknown Object (File)
May 18 2025, 11:23 AM
Unknown Object (File)
Apr 26 2025, 1:30 PM
Unknown Object (File)
Apr 23 2025, 12:25 PM
Unknown Object (File)
Apr 23 2025, 10:58 AM
Unknown Object (File)
Apr 23 2025, 3:22 AM
Unknown Object (File)
Apr 22 2025, 6:15 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.