X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7166b34c819903de0e13e8a6304264480e27ff5..0cd6e696320e17bd5895abeb7a623a3580c5e1ee:/samples/grid/griddemo.cpp diff --git a/samples/grid/griddemo.cpp b/samples/grid/griddemo.cpp index 8fe0da43d6..9db8fa6f9d 100644 --- a/samples/grid/griddemo.cpp +++ b/samples/grid/griddemo.cpp @@ -1157,7 +1157,7 @@ int BugsGridTable::GetNumberCols() return Col_Max; } -bool BugsGridTable::IsEmptyCell( int row, int col ) +bool BugsGridTable::IsEmptyCell( int WXUNUSED(row), int WXUNUSED(col) ) { return FALSE; }