summaryrefslogtreecommitdiff
path: root/FreeFileSync.cbp
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:05:30 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:05:30 +0200
commitc0fce877c478ddbf71a1b651c789e5ea00a00144 (patch)
treede01b0ae8fd296bd24fbca54a80f2f0ba071d461 /FreeFileSync.cbp
parent3.3 (diff)
downloadFreeFileSync-c0fce877c478ddbf71a1b651c789e5ea00a00144.tar.gz
FreeFileSync-c0fce877c478ddbf71a1b651c789e5ea00a00144.tar.bz2
FreeFileSync-c0fce877c478ddbf71a1b651c789e5ea00a00144.zip
3.4
Diffstat (limited to 'FreeFileSync.cbp')
-rw-r--r--FreeFileSync.cbp46
1 files changed, 31 insertions, 15 deletions
diff --git a/FreeFileSync.cbp b/FreeFileSync.cbp
index fc06b084..f21e35ea 100644
--- a/FreeFileSync.cbp
+++ b/FreeFileSync.cbp
@@ -85,8 +85,10 @@
</Build>
<Compiler>
<Add option="-Wshadow" />
+ <Add option="-Winit-self" />
<Add option="-Wredundant-decls" />
<Add option="-Wcast-align" />
+ <Add option="-Wmissing-include-dirs" />
<Add option="-Wswitch-enum" />
<Add option="-Wall" />
<Add option="-pipe" />
@@ -140,6 +142,8 @@
</Unit>
<Unit filename="fileHierarchy.cpp" />
<Unit filename="fileHierarchy.h" />
+ <Unit filename="library\binary.cpp" />
+ <Unit filename="library\binary.h" />
<Unit filename="library\customGrid.cpp">
<Option target="Debug" />
<Option target="Release" />
@@ -163,19 +167,10 @@
<Unit filename="library\gtest\main.cpp">
<Option target="Unit Test" />
</Unit>
- <Unit filename="library\gtest\src\gtest-death-test.cc">
+ <Unit filename="library\gtest\src\gtest-all.cc">
<Option target="Unit Test" />
</Unit>
- <Unit filename="library\gtest\src\gtest-filepath.cc">
- <Option target="Unit Test" />
- </Unit>
- <Unit filename="library\gtest\src\gtest-port.cc">
- <Option target="Unit Test" />
- </Unit>
- <Unit filename="library\gtest\src\gtest-typed-test.cc">
- <Option target="Unit Test" />
- </Unit>
- <Unit filename="library\gtest\src\gtest.cc">
+ <Unit filename="library\gtest\src\gtest-internal-inl.h">
<Option target="Unit Test" />
</Unit>
<Unit filename="library\gtest\unittest.h">
@@ -280,6 +275,14 @@
<Unit filename="shared\globalFunctions.h" />
<Unit filename="shared\guid.cpp" />
<Unit filename="shared\guid.h" />
+ <Unit filename="shared\helpProvider.cpp">
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="shared\helpProvider.h">
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
<Unit filename="shared\localization.cpp" />
<Unit filename="shared\localization.h" />
<Unit filename="shared\longPathPrefix.cpp" />
@@ -321,10 +324,6 @@
<Unit filename="synchronization.h">
<Option target="&lt;{~None~}&gt;" />
</Unit>
- <Unit filename="ui\appMain.h">
- <Option target="Debug" />
- <Option target="Release" />
- </Unit>
<Unit filename="ui\batchStatusHandler.cpp">
<Option target="Debug" />
<Option target="Release" />
@@ -369,6 +368,23 @@
<Unit filename="ui\mainDialog.h">
<Option target="&lt;{~None~}&gt;" />
</Unit>
+ <Unit filename="ui\messagePopup.cpp">
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="ui\messagePopup.h" />
+ <Unit filename="ui\mouseMoveWindow.cpp" />
+ <Unit filename="ui\mouseMoveWindow.h" />
+ <Unit filename="ui\progressIndicator.cpp">
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="ui\progressIndicator.h" />
+ <Unit filename="ui\search.cpp">
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
+ <Unit filename="ui\search.h" />
<Unit filename="ui\settingsDialog.cpp">
<Option target="Debug" />
<Option target="Release" />
bgstack15