Add a comment about the workaround for recent GCC changes

pull/37/head
Mikael Nousiainen 2022-11-22 10:41:23 +02:00 zatwierdzone przez GitHub
rodzic 57b35a62ac
commit 1018997954
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -153,4 +153,6 @@ int main(void)
}
}
// The following definition is a workaround to allow compilation and linking to succeed after some recent changes in GCC (at least in Fedora Linux).
// See discussion in: https://github.com/mikaelnousiainen/RS41ng/issues/23
void* __dso_handle;