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

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/use_cases.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/use_cases.cpp b/example/use_cases.cpp
index b8f93bee..65190ae3 100644
--- a/example/use_cases.cpp
+++ b/example/use_cases.cpp
@@ -159,6 +159,7 @@ void scatter_write()
long, and aligned to 4Kb boundaries. If you would like this example to work as-is, change the
caching::only_metadata to caching::all.
*/
+ return;
//! [scatter_write]
namespace afio = AFIO_V2_NAMESPACE;