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
It appears that GCC has changed the behavior of -Wabi
Your Environment
Operating System and version: macOS Mojave 10.14.6
Compiler: GCC-9.1, GCC-9.2
PCL Version: master
Context
While compiling, gcc gives the following warning
[build] cc1plus: warning: '-Wabi' won't warn about anything [-Wabi]
[build] cc1plus: note: '-Wabi' warns about differences from the most up-to-date ABI, which is also used by default
[build] cc1plus: note: use e.g. '-Wabi=11' to warn about changes from GCC 7
Expected Behavior
No warnings
Possible Solution
Update the flags used for compilation
The text was updated successfully, but these errors were encountered:
The new pipeline is a copy of the old 16.04 pipeline, the only
difference is which Docker image is used.
This commit also removes the `-Wabi` compiler flag as proposed in PointCloudLibrary#3347.
It appears that GCC has changed the behavior of
-Wabi
Your Environment
master
Context
While compiling, gcc gives the following warning
Expected Behavior
No warnings
Possible Solution
Update the flags used for compilation
The text was updated successfully, but these errors were encountered: