]> Pileus Git - ~andy/gtk/commit
gtk/tests: Fix for -Wmissing-declarations
authorBenjamin Otte <otte@redhat.com>
Tue, 2 Oct 2012 17:30:50 +0000 (19:30 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 2 Oct 2012 17:32:53 +0000 (19:32 +0200)
commit1037398041a9188d7d6c9560d0761115a8009354
tree99d0ac74ded728dbe6f498ee9ff91161975560a3
parent03f5ff20de21737d3438c0fcde309a94165f4c9d
gtk/tests: Fix for -Wmissing-declarations

I'm adding a bunch of fixes for gcc complaining about
-Wmissing-declarations after finding a bunch of cases today where I
had forgotten to make functions static in the CSS code.

This patch fixes the tests in gtk/tests.

After this last patch, the gtk/ subdir should now compile without
warnings when this flag is enabled.
gtk/tests/builder.c
gtk/tests/cellarea.c
gtk/tests/rbtree.c
gtk/tests/stylecontext.c
gtk/tests/treestore.c