Branch: refs/heads/document-messages Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 26 Dec 2011 14:30:07 Commit: 59e84666edd915485f4f6369d08d358000454f52 https://github.com/geany/geany/commit/59e84666edd915485f4f6369d08d358000454f...
Log Message: ----------- Update HACKING to suggest MIO_FORCE_ANSI for building with -ansi
Modified Paths: -------------- HACKING
Modified: HACKING 3 files changed, 3 insertions(+), 0 deletions(-) =================================================================== @@ -169,6 +169,9 @@ to set warning options (as well as anything else e.g. -g -O2). use C ``/* */`` comments and function_name(void) instead of function_name(). This is for compatibility with various Unix-like compilers. You should use -ansi to help check this. + Note that MIO (tagmanager/mio) requires ``MIO_FORCE_ANSI`` + preprocessor constant to be defined to build with ``-ansi``, so you + should add ``-DMIO_FORCE_ANSI`` together with ``-ansi``.
.. tip:: Remember for gcc you need to enable optimization to get certain
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).