Actions
Bug #8785
closedp4_pcbe: 'p4_cccrstop' defined but not used
Start date:
2017-11-07
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Debug build error from gcc6:
../../intel/pcbe/p4_pcbe.c:430:23: error: 'p4_cccrstop' defined but not used [-Werror=unused-const-variable=] static const uint64_t p4_cccrstop = 0; ^~~~~~~~~~~ cc1: all warnings being treated as errors
Updated by Electric Monk about 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit c340f0f5876f4c5f9f4768c5b3f112e89b611888
commit c340f0f5876f4c5f9f4768c5b3f112e89b611888 Author: Toomas Soome <tsoome@me.com> Date: 2017-11-16T20:40:48.000Z 8785 p4_pcbe: 'p4_cccrstop' defined but not used Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions