You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. Unfortunately, I can not promise any action. The project is in maintenance hibernation mode. We are happy to receive PR-s. Also, anyone interested in pushing the maintenance of the library forward, please let us know.
Many distributions are exploring use of LTO for their packages now.
When building with
-flto -Werror=strict-aliasing -Werror=lto-type-mismatch -Werror=odr
, I get:Originally reported downstream in Gentoo at https://bugs.gentoo.org/862585.
https://github.com/libLAS/libLAS/blob/master/apps/las2pg.c#L219 looks like it's just swapping bytes which can be done portably using the helpers at https://github.com/projg2/portable-endianness.
The text was updated successfully, but these errors were encountered: