summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-08-28 16:33:06 +0900
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-08-28 16:37:00 +0900
commit9af27899553dcfe9cd5ffede7f37be57d1a577a6 (patch)
tree88ef962cd4519d3ae8392afb0472bce4a043e3e2
parent2fdbe5d1d2d580e643274d0b716b782190ad740d (diff)
downloadDLT-daemon-9af27899553dcfe9cd5ffede7f37be57d1a577a6.tar.gz
Revert "dlt_offline: fix build failures with gcc-10"
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
{