Branch: refs/heads/master Home: https://github.com/geany/geany
Commit: 102ce1d205f0f56ee3a56eb17a4be9e2d5846630 https://github.com/geany/geany/commit/102ce1d205f0f56ee3a56eb17a4be9e2d58466... Author: Colomban Wendling ban@herbesfolles.org Date: 2011-11-21 (Mon, 21 Nov 2011)
Changed paths: M src/highlightingmappings.h
Log Message: ----------- Prevent GCC to warn about missing initializers in highlightingmappings.h
Use a GCC pragma to disable -Wmissing-field-initializers in this file. This works with both GCC and CLang, and should be harmless on other compilers since unknown pragmas are supposed to be ignored.