On 2016-02-24 02:15 PM, Colomban Wendling wrote: > How to do that then? only mark with `G_GNUC_DEPRECATED` when not building > Geany? introduce alias names not part of the API for internal use? >
Can use #pragma push/pop diagnostics thing around specific code to have finer grained control. Might be a hassle though since you can't hide the pragmas with convenient preprocessor macros (AFAIK). --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/911#issuecomment-188549761
