declared test functions as static.
2008-07-07 Sven Neumann <sven@gimp.org> * app/composite/gimp-composite-*test.c: declared test functions as static. svn path=/trunk/; revision=26078
This commit is contained in:

committed by
Sven Neumann

parent
b8a0f6b0e9
commit
3e77dc07f1
@ -1,3 +1,8 @@
|
||||
2008-07-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/composite/gimp-composite-*test.c: declared test functions as
|
||||
static.
|
||||
|
||||
2008-07-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/widgets/gimphelp.c: use GIMP_LOG() for debug output.
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "gimp-composite-generic.h"
|
||||
#include "gimp-composite-3dnow.h"
|
||||
|
||||
int
|
||||
static int
|
||||
gimp_composite_3dnow_test (int iterations, int n_pixels)
|
||||
{
|
||||
#if defined(COMPILE_3DNOW_IS_OKAY)
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "gimp-composite-generic.h"
|
||||
#include "gimp-composite-altivec.h"
|
||||
|
||||
int
|
||||
static int
|
||||
gimp_composite_altivec_test (int iterations, int n_pixels)
|
||||
{
|
||||
#if defined(COMPILE_ALTIVEC_IS_OKAY)
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "gimp-composite-generic.h"
|
||||
#include "gimp-composite-mmx.h"
|
||||
|
||||
int
|
||||
static int
|
||||
gimp_composite_mmx_test (int iterations, int n_pixels)
|
||||
{
|
||||
#if defined(COMPILE_MMX_IS_OKAY)
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "gimp-composite-generic.h"
|
||||
#include "gimp-composite-sse.h"
|
||||
|
||||
int
|
||||
static int
|
||||
gimp_composite_sse_test (int iterations, int n_pixels)
|
||||
{
|
||||
#if defined(COMPILE_SSE_IS_OKAY)
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "gimp-composite-generic.h"
|
||||
#include "gimp-composite-sse2.h"
|
||||
|
||||
int
|
||||
static int
|
||||
gimp_composite_sse2_test (int iterations, int n_pixels)
|
||||
{
|
||||
#if defined(COMPILE_SSE2_IS_OKAY)
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "gimp-composite-util.h"
|
||||
#include "gimp-composite-generic.h"
|
||||
|
||||
int
|
||||
static int
|
||||
gimp_composite_regression(int iterations, int n_pixels)
|
||||
{
|
||||
GimpCompositeContext generic_ctx;
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "gimp-composite-generic.h"
|
||||
#include "gimp-composite-vis.h"
|
||||
|
||||
int
|
||||
static int
|
||||
gimp_composite_vis_test (int iterations, int n_pixels)
|
||||
{
|
||||
#if defined(COMPILE_VIS_IS_OKAY)
|
||||
|
Reference in New Issue
Block a user