Try exported symbols list for Apple
visibility annotations seem to be working for gcc
This commit is contained in:
@@ -1305,7 +1305,7 @@ void printLogical(std::string &result, Node *node) {
|
||||
}
|
||||
}
|
||||
|
||||
void debugPrintDot(FILE *file, Node *node) {
|
||||
[[maybe_unused]] void debugPrintDot(FILE *file, Node *node) {
|
||||
|
||||
struct DebugDotPrinter {
|
||||
|
||||
@@ -1353,7 +1353,7 @@ void checkParentPointers(Node *node, bool &success) {
|
||||
}
|
||||
}
|
||||
|
||||
int64_t checkMaxVersion(Node *node, bool &success) {
|
||||
[[maybe_unused]] int64_t checkMaxVersion(Node *node, bool &success) {
|
||||
int64_t expected =
|
||||
node->entryPresent
|
||||
? std::max(node->entry.pointVersion, node->entry.rangeVersion)
|
||||
|
Reference in New Issue
Block a user