mirror of
https://github.com/jarun/advcpmv.git
synced 2026-02-01 13:17:41 +01:00
porting to GCC 10
This commit is contained in:
@@ -345,12 +345,12 @@ index 7d2303c54..d2bb8b02c 100644
|
|||||||
+/* BEGIN OF PROGRESS MOD */
|
+/* BEGIN OF PROGRESS MOD */
|
||||||
+int file_size_format ( char * _cDst, long _lSize, int _iCounter );
|
+int file_size_format ( char * _cDst, long _lSize, int _iCounter );
|
||||||
+
|
+
|
||||||
+long g_iTotalSize;
|
+__attribute__((__common__)) long g_iTotalSize;
|
||||||
+long g_iTotalWritten;
|
+__attribute__((__common__)) long g_iTotalWritten;
|
||||||
+int g_iFilesCopied;
|
+__attribute__((__common__)) int g_iFilesCopied;
|
||||||
+struct timeval g_oStartTime;
|
+__attribute__((__common__)) struct timeval g_oStartTime;
|
||||||
+int g_iTotalFiles;
|
+__attribute__((__common__)) int g_iTotalFiles;
|
||||||
+bool progress;
|
+__attribute__((__common__)) bool progress;
|
||||||
+/* END OF PROGRESS MOD */
|
+/* END OF PROGRESS MOD */
|
||||||
+
|
+
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user