summaryrefslogtreecommitdiff
path: root/tests/gdimagefilledrectangle
diff options
context:
space:
mode:
authortabe <none@none>2013-02-11 11:41:52 +0900
committertabe <none@none>2013-02-11 11:41:52 +0900
commitc18dfcd3cddcd526b8a4c5de9175049d6276c0e5 (patch)
tree8edfaa9babf544a60d34ee21c31284928271c977 /tests/gdimagefilledrectangle
parent3aaf1ab557a401c983c043e28ba9c461a9411b25 (diff)
downloadlibgd-c18dfcd3cddcd526b8a4c5de9175049d6276c0e5.tar.gz
fix -Wunused-variable
Diffstat (limited to 'tests/gdimagefilledrectangle')
-rw-r--r--tests/gdimagefilledrectangle/bug00106.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gdimagefilledrectangle/bug00106.c b/tests/gdimagefilledrectangle/bug00106.c
index 421bf72..81b3d87 100644
--- a/tests/gdimagefilledrectangle/bug00106.c
+++ b/tests/gdimagefilledrectangle/bug00106.c
@@ -4,7 +4,6 @@
int main()
{
gdImagePtr im;
- FILE *fp;
int c1,c2,c3,c4;
im = gdImageCreateTrueColor(10,10);