Open ghost opened 6 years ago
Hey @pseohy
I am not using irony myself which is why I have not seen this. The warning appears to be harmless. You can even make it go away by adding this somewhere in your emacs file:
(push 'solidity-mode irony-supported-major-modes)
I am not sure what kind of integration we could have with irony so I will have to do some research when I find some time. Until then, I will leave this issue open.
irony-mode (which uses libclang) doesn't support Solidity language obviously. The main issue was fixed by https://github.com/ethereum/emacs-solidity/pull/50.
I'm using irony-mode one of emacs plugin for C/C++ mode. Here are some lines from my emacs init file that hooks C/C++ mode with
irony-mode
.When I open
.sol
file with emacs, I get these error messages.How can I fix this without disabling the original hooks?
Thank you.