Hide symbols via compilerflag

This commit is contained in:
2025-08-11 16:46:22 +02:00
parent 2fc2ad1970
commit 4f972fd53d
2 changed files with 3 additions and 2 deletions

View File

@@ -93,7 +93,8 @@ class turboPmacController : public sinqController {
* @return asynStatus
*/
asynStatus writeRead(int axisNo, const char *command, char *response,
int numExpectedResponses);
int numExpectedResponses)
__attribute__((visibility("hidden")));
/**
* @brief Specialized version of sinqController::couldNotParseResponse