From 980e36a0f0eaaab015de74f3b4d8b9a7e806eaf2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 13 Feb 2015 16:19:54 -0500 Subject: Fixed all real warnings. I need to figure out how to remove -Wparentheses suggestions from qo. --- wintable/checkboxes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'wintable/checkboxes.h') diff --git a/wintable/checkboxes.h b/wintable/checkboxes.h index 6e62621..75ad9f4 100644 --- a/wintable/checkboxes.h +++ b/wintable/checkboxes.h @@ -131,7 +131,6 @@ static void redrawCheckboxRect(struct table *t, LPARAM lParam) { struct rowcol rc; RECT r; - POINT pt; rc = lParamToRowColumn(t, lParam); if (rc.row == -1 && rc.column == -1) -- cgit v1.2.3