aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/detection.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-24 20:32:14 -0700
committerPaul Gilbert2019-07-24 20:32:14 -0700
commit58498cf5f21375c3ab89a8486175ff8de087bdf7 (patch)
tree62f72f4033f6369ae492131d3c5b52e2e6620d90 /engines/glk/detection.h
parenta1414f9ad6739cd411ca79ad77359ae4858d1379 (diff)
downloadscummvm-rg350-58498cf5f21375c3ab89a8486175ff8de087bdf7.tar.gz
scummvm-rg350-58498cf5f21375c3ab89a8486175ff8de087bdf7.tar.bz2
scummvm-rg350-58498cf5f21375c3ab89a8486175ff8de087bdf7.zip
GLK: Fixing some gcc 8 warnings
Diffstat (limited to 'engines/glk/detection.h')
-rw-r--r--engines/glk/detection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/detection.h b/engines/glk/detection.h
index 96f2970f16..f3ed374106 100644
--- a/engines/glk/detection.h
+++ b/engines/glk/detection.h
@@ -130,7 +130,7 @@ struct GlkDetectionEntry {
#define DT_ENTRYL0(ID, LANG, MD5, FILESIZE) { ID, "", MD5, FILESIZE, LANG }
#define DT_ENTRYL1(ID, LANG, EXTRA, MD5, FILESIZE) { ID, EXTRA, MD5, FILESIZE, LANG }
-#define DT_END_MARKER { nullptr, nullptr, nullptr, Common::EN_ANY }
+#define DT_END_MARKER { nullptr, nullptr, nullptr, 0, Common::EN_ANY }
} // End of namespace Glk