summaryrefslogtreecommitdiffstats
path: root/src/portable.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-08-20 09:18:21 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2017-08-20 09:18:21 (GMT)
commitb0aae61c97966cb9d424b500d7ced5bdf500d8db (patch)
tree467f8a07e0757e0658de96bb37101b8c065f6359 /src/portable.cpp
parent82221a3a3f20f7e7cef94b52ac6c575f940b51f3 (diff)
downloadDoxygen-b0aae61c97966cb9d424b500d7ced5bdf500d8db.zip
Doxygen-b0aae61c97966cb9d424b500d7ced5bdf500d8db.tar.gz
Doxygen-b0aae61c97966cb9d424b500d7ced5bdf500d8db.tar.bz2
Fixes for cross platform build with new LLVM/CLANG version
Diffstat (limited to 'src/portable.cpp')
-rw-r--r--src/portable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable.cpp b/src/portable.cpp
index 1983fe7..4ad88a4 100644
--- a/src/portable.cpp
+++ b/src/portable.cpp
@@ -180,6 +180,7 @@ int portable_system(const char *command,const char *args,bool commandHasConsole)
}
}
#endif
+ return 1; // we should never get here
}