Merge pull request #2 from jansturm92/master

porting to GCC 10
This commit is contained in:
Mischievous Meerkat
2020-05-22 20:56:26 +05:30
committed by GitHub

View File

@@ -345,12 +345,12 @@ index 7d2303c54..d2bb8b02c 100644
+/* BEGIN OF PROGRESS MOD */
+int file_size_format ( char * _cDst, long _lSize, int _iCounter );
+
+long g_iTotalSize;
+long g_iTotalWritten;
+int g_iFilesCopied;
+struct timeval g_oStartTime;
+int g_iTotalFiles;
+bool progress;
+__attribute__((__common__)) long g_iTotalSize;
+__attribute__((__common__)) long g_iTotalWritten;
+__attribute__((__common__)) int g_iFilesCopied;
+__attribute__((__common__)) struct timeval g_oStartTime;
+__attribute__((__common__)) int g_iTotalFiles;
+__attribute__((__common__)) bool progress;
+/* END OF PROGRESS MOD */
+
#endif