diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-22 18:59:21 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-22 18:59:21 +0200 |
| commit | f760a8c01827d97affff6acc0ec666b30e26395f (patch) | |
| tree | eb99246bb8bef67dc125c9cd7d54ea78030f76c5 /src/client | |
| parent | e8ba262e8a67500be5a481f25d39eb7aff705069 (diff) | |
fix rightfully warnnings
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/fontConfig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/fontConfig.c b/src/client/fontConfig.c index fcf77e2..6033287 100644 --- a/src/client/fontConfig.c +++ b/src/client/fontConfig.c @@ -113,6 +113,7 @@ int fontconfig_quit() return 0; } +#ifdef TEST_FONT_CONFIG int fc_test_main(int argc, char **argv) { char *arg[] = {":lang=he:outline=true", "family", "style", "weight", "file", NULL}; @@ -134,3 +135,4 @@ int fc_test_main(int argc, char **argv) return 0; } +#endif |