mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
MSVC: Resolve warnings
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
|
||||
namespace icsneo {
|
||||
|
||||
static void AddBuiltInExtensionsTo([[maybe_unused]] const std::shared_ptr<icsneo::Device>& device) {
|
||||
static void AddBuiltInExtensionsTo(const std::shared_ptr<icsneo::Device>& device) {
|
||||
(void)device; // [[maybe_unused]]
|
||||
@LIBICSNEO_EXT_CODE@
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user