Actions
Bug #8782
closedchat: 'rcsid' defined but not used
Start date:
2017-11-06
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Debug build error from gcc 6:
chat.c:96:19: error: 'rcsid' defined but not used [-Werror=unused-const-variable=] static const char rcsid[] = "$Id: chat.c,v 1.26 1999/12/23 01:39:54 paulus Exp $"; ^~~~~ 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 3078e445fa2468f969d4f787db6f303739fdf820
commit 3078e445fa2468f969d4f787db6f303739fdf820 Author: Toomas Soome <tsoome@me.com> Date: 2017-11-16T20:36:50.000Z 8782 chat: 'rcsid' defined but not used Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions