Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.clang-tidy1
-rw-r--r--src/csync/csync_util.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 9782cf4e5..4dea40b2f 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,5 +1,6 @@
Checks: '-*,
modernize-make-shared,
+ modernize-redundant-void-arg,
modernize-replace-*,
modernize-shrink-to-fit,
modernize-use-bool-literals,
diff --git a/src/csync/csync_util.h b/src/csync/csync_util.h
index f9c0d8876..187ecf7f8 100644
--- a/src/csync/csync_util.h
+++ b/src/csync/csync_util.h
@@ -28,7 +28,7 @@
const char OCSYNC_EXPORT *csync_instruction_str(enum csync_instructions_e instr);
-void OCSYNC_EXPORT csync_memstat_check(void);
+void OCSYNC_EXPORT csync_memstat_check();
/* Returns true if we're reasonably certain that hash equality
* for the header means content equality.