diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-06-16 23:50:33 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-06-16 23:50:33 +0000 |
commit | b766b3a5976e3392a833e441ade8c06b47d8aebe (patch) | |
tree | 04d35cffd9f84d22059cb150ec4fa3ad6749f537 /ReadFile.cmake | |
parent | 834f4d1bf0c228f35f392808d3882ec3c1a43444 (diff) |
Minor edits to fix compile errors/warnings with clang and a small compile warning under Windows (gotta work on the other 450+ Windows warnings sometime).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@3006 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'ReadFile.cmake')
-rw-r--r-- | ReadFile.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ReadFile.cmake b/ReadFile.cmake index 205764d01..be60f1fa7 100644 --- a/ReadFile.cmake +++ b/ReadFile.cmake @@ -3,4 +3,3 @@ file(READ "${FILE}" RESULT) message("${RESULT}") - |