summaryrefslogtreecommitdiffstats
path: root/src/filedef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-09-18 20:13:40 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-09-18 20:13:40 (GMT)
commitb5ba77ebd72c7e994a30eda5422dffde730561ec (patch)
tree488f298f3b33e7e5b8ced572be01375d66b47c23 /src/filedef.h
parent35fb02903f658f5ca6880b8ad6a5c1e6ac39d64f (diff)
downloadDoxygen-b5ba77ebd72c7e994a30eda5422dffde730561ec.zip
Doxygen-b5ba77ebd72c7e994a30eda5422dffde730561ec.tar.gz
Doxygen-b5ba77ebd72c7e994a30eda5422dffde730561ec.tar.bz2
Fixed a number of compiler warnings reported by newer clang compiler
Diffstat (limited to 'src/filedef.h')
-rw-r--r--src/filedef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filedef.h b/src/filedef.h
index f6e5bad..9ccffc6 100644
--- a/src/filedef.h
+++ b/src/filedef.h
@@ -294,7 +294,6 @@ class DirEntry
private:
EntryKind m_kind;
FileDef *m_fd;
- int num;
bool m_isLast;
};