diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2002-12-23 18:08:02 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2002-12-23 18:08:02 +0000 |
| commit | e1005575ffda3f380afcd6d4fab5559ba402c065 (patch) | |
| tree | 1f1211ec47fb75a981ca6019614eda91959192ed /src/util/profile/ChangeLog | |
| parent | 3dfda778fd007686f1d5edd0f434d45d74ac982b (diff) | |
* prof_file.c: Cast return from prof_mutex_lock and
prof_mutex_unlock to void to avoid warnings of code with no side
effects.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15066 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
| -rw-r--r-- | src/util/profile/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 38c67105a..d641fc5c0 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,9 @@ +2002-12-23 Ezra Peisach <epeisach@bu.edu> + + * prof_file.c: Cast return from prof_mutex_lock and + prof_mutex_unlock to void to avoid warnings of code with no side + effects. + 2002-12-20 Ken Raeburn <raeburn@mit.edu> * prof_int.h: Define USE_PTHREADS and include pthread.h if on |
