projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed6eadb
)
Change non-debug version of k5_debug_log to int to silence some
author
Ken Raeburn
<raeburn@mit.edu>
Tue, 26 Aug 2008 19:34:18 +0000
(19:34 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Tue, 26 Aug 2008 19:34:18 +0000
(19:34 +0000)
compiler warnings.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20695
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/k5-thread.h
patch
|
blob
|
history
diff --git
a/src/include/k5-thread.h
b/src/include/k5-thread.h
index e8f2c995779793ca36e98350753cac1c79dde4f5..c688988803d0e57a902dfd1975c69058b112dc5b 100644
(file)
--- a/
src/include/k5-thread.h
+++ b/
src/include/k5-thread.h
@@
-169,7
+169,7
@@
static inline k5_debug_loc k5_debug_make_loc(const char *file, int line)
#define K5_DEBUG_LOC (k5_debug_make_loc(__FILE__,__LINE__))
#endif
#else /* ! DEBUG_THREADS_LOC */
-typedef
char
k5_debug_loc;
+typedef
int
k5_debug_loc;
#define K5_DEBUG_LOC_INIT 0
#define K5_DEBUG_LOC 0
#endif