summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-08-28 16:33:06 +0900
committerGitHub <noreply@github.com>2020-08-28 16:33:06 +0900
commit6685f38e0cd5a9ca7fa3a3a5720947e538c75b6a (patch)
tree88ef962cd4519d3ae8392afb0472bce4a043e3e2
parent2fdbe5d1d2d580e643274d0b716b782190ad740d (diff)
downloadDLT-daemon-revert-238-gcc-10-fix-2.tar.gz
Revert "dlt_offline: fix build failures with gcc-10"revert-238-gcc-10-fix-2
This reverts commit 2fdbe5d1d2d580e643274d0b716b782190ad740d.
-rw-r--r--src/offlinelogstorage/dlt_offline_logstorage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/offlinelogstorage/dlt_offline_logstorage.h b/src/offlinelogstorage/dlt_offline_logstorage.h
index 8ad84b8..b58da70 100644
--- a/src/offlinelogstorage/dlt_offline_logstorage.h
+++ b/src/offlinelogstorage/dlt_offline_logstorage.h
@@ -114,9 +114,9 @@
#define DLT_OFFLINE_LOGSTORAGE_IS_STRATEGY_SET(S, s) ((S)&(s))
/* logstorage max cache */
-static unsigned int g_logstorage_cache_max;
+unsigned int g_logstorage_cache_max;
/* current logstorage cache size */
-static unsigned int g_logstorage_cache_size;
+unsigned int g_logstorage_cache_size;
typedef struct
{