summaryrefslogtreecommitdiff
path: root/FreeFileSync.cbp
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 16:58:10 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 16:58:10 +0200
commitfefe20351d0720683990b666584b6879c90bd37d (patch)
tree8ab90520ae2123ac84293b0f9cec006317e5fc01 /FreeFileSync.cbp
parent1.18 (diff)
downloadFreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.tar.gz
FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.tar.bz2
FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.zip
1.19
Diffstat (limited to 'FreeFileSync.cbp')
-rw-r--r--FreeFileSync.cbp11
1 files changed, 6 insertions, 5 deletions
diff --git a/FreeFileSync.cbp b/FreeFileSync.cbp
index c3b5640f..42cb6edb 100644
--- a/FreeFileSync.cbp
+++ b/FreeFileSync.cbp
@@ -77,6 +77,7 @@
</Target>
</Build>
<Compiler>
+ <Add option="-Wredundant-decls" />
<Add option="-Wall" />
<Add option="-pipe" />
<Add option="-mthreads" />
@@ -105,11 +106,6 @@
<Add library="libws2_32.a" />
<Add directory="C:\Programme\C++\wxWidgets\lib\gcc_lib" />
</Linker>
- <Unit filename="structures.cpp" />
- <Unit filename="structures.h">
- <Option target="Debug" />
- <Option target="Release" />
- </Unit>
<Unit filename="WxWizFrame.fbp">
<Option target="Debug" />
<Option target="Release" />
@@ -228,6 +224,11 @@
<Option target="Debug" />
<Option target="Release" />
</Unit>
+ <Unit filename="structures.cpp" />
+ <Unit filename="structures.h">
+ <Option target="Debug" />
+ <Option target="Release" />
+ </Unit>
<Unit filename="synchronization.cpp" />
<Unit filename="synchronization.h">
<Option target="Debug" />
bgstack15