ammarahm-ed / react-native-mmkv-storage

An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
https://rnmmkv.now.sh
MIT License
1.56k stars 109 forks source link

removed unnecessary move #328

Closed polishchlieb closed 1 year ago

polishchlieb commented 1 year ago

input.readData() is a r-value, so moving it does not have any effect.

This fixes compiler warning: C/C++: .../react-native-mmkv-storage/MMKV/Core/MMKV.cpp:565:22: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rnmmkv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2023 6:25pm