Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #262 from efferre79/develop
Browse files Browse the repository at this point in the history
Fix compile error under Linux
  • Loading branch information
tiagocoutinho authored Feb 22, 2019
2 parents f89f7ce + 7b33424 commit b6cb933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/device_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ namespace PyDeviceData {
template <>
object extract_array<Tango::DEVVAR_STATEARRAY>(Tango::DeviceData &self, object &py_self, PyTango::ExtractAs extract_as)
{
assert(False);
assert(false);
return object();
}
/// @}
Expand Down

0 comments on commit b6cb933

Please sign in to comment.