mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 04:15:50 +01:00
eliminated gcc-4 compilation warnings
This commit is contained in:
@@ -219,7 +219,7 @@ sourceOperationList(WMScreen *scr, Window sourceWin)
|
||||
}
|
||||
|
||||
operationArray = WMCreateDragOperationArray(count);
|
||||
description = descriptionList;
|
||||
description = (char*)descriptionList;
|
||||
|
||||
for (i=0; count > 0; i++) {
|
||||
size = strlen(description);
|
||||
|
||||
Reference in New Issue
Block a user