summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index 9b89eb89..d95feee5 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -61,4 +61,8 @@ void Platform_getHostname(char* buffer, size_t size);
void Platform_getRelease(char** string);
+static bool Platform_getLongOption(ATTR_UNUSED int opt, ATTR_UNUSED int argc, ATTR_UNUSED char** argv) {
+ return false;
+}
+
#endif