summaryrefslogtreecommitdiff
path: root/FreeFileSync.cbp
diff options
context:
space:
mode:
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