Skip to content

Commit

Permalink
Ensure Release compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Volker Hantschel committed Jul 3, 2023
1 parent 7d0eae0 commit 8a7359e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ void Dispatcher::init(int have_introspection, const char* busname)
// compile check if stubs or skeletons are compiled with the settings
// used for building the library
assert(SIMPPL_HAVE_INTROSPECTION == have_introspection);
(void)have_introspection; // Ensure compilation will also work on Release

d = new Dispatcher::Private;

Expand Down

0 comments on commit 8a7359e

Please sign in to comment.