[geany/geany] 102ce1: Prevent GCC to warn about missing initializers in ...

Colomban Wendling ban at xxxxx
Mon Nov 21 15:16:51 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/geany/geany

  Commit: 102ce1d205f0f56ee3a56eb17a4be9e2d5846630
      https://github.com/geany/geany/commit/102ce1d205f0f56ee3a56eb17a4be9e2d5846630
  Author: Colomban Wendling <ban at 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.





More information about the Commits mailing list