We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.L somelib.so
results in
input_line_17:1:10: warning: missing terminating '"' character [-Winvalid-pp-token] #include "somelib.so ^ input_line_17:1:10: error: expected "FILENAME" or <FILENAME> input_line_17:2:1: warning: missing terminating '"' character [-Winvalid-pp-token] " ^ input_line_17:2:1: error: expected unqualified-id
I think it would be best to remove the overload on -L for files and libraries completely, because when I make it
-L
.L somelib.so"
when the .so file actually exists, it still tries to #include it (which fails horribly of course).
.so
#include
The text was updated successfully, but these errors were encountered:
No branches or pull requests
results in
I think it would be best to remove the overload on
-L
for files and libraries completely, because when I make itwhen the
.so
file actually exists, it still tries to#include
it (which fails horribly of course).The text was updated successfully, but these errors were encountered: