Bug 4464 - lib/util_tdb.c: "palarm_fired" is set but never used
Summary: lib/util_tdb.c: "palarm_fired" is set but never used
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.25
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-24 12:43 UTC by Jason Mader (mail bounces back)
Modified: 2007-03-24 13:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2007-03-24 12:43:33 UTC
cc-1552 c99: WARNING File = lib/util_tdb.c, Line = 33
  The variable "palarm_fired" is set but never used.

  static sig_atomic_t *palarm_fired;
                       ^
Comment 1 Volker Lendecke 2007-03-24 13:15:44 UTC
Fixed with r21960 -- thanks

Volker