Skip to content

Commit 4c3ba3d

Browse files
committed
DPL: fix warnings
1 parent f088a35 commit 4c3ba3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Framework/Core/include/Framework/ServiceSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct DeviceSpec;
3131
struct ServiceRegistry;
3232
struct ServiceRegistryRef;
3333
struct DeviceState;
34-
struct ProcessingContext;
34+
class ProcessingContext;
3535
class EndOfStreamContext;
3636
struct ConfigContext;
3737
struct WorkflowSpecNode;

Framework/Core/include/Framework/StringHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ constexpr auto get_str(const char (&str)[N])
171171
}
172172

173173
template <int N>
174-
constexpr auto get_size(const char (&str)[N])
174+
constexpr auto get_size(const char (&)[N])
175175
{
176176
return N;
177177
}

0 commit comments

Comments
 (0)