mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 23:54:40 +00:00
Patch from Kjartan Maraas to fix a lot of tiny issues (unused variable
2006-01-20 Elijah Newren <newren gmail com> * src/async-getprop.c: * src/common.h: * src/display.c: * src/eggaccelerators.c: * src/frames.c: * src/gradient.c: * src/iconcache.c: * src/keybindings.c: * src/metaaccellabel.c: * src/place.c: * src/prefs.c: * src/preview-widget.c: * src/screen.c: * src/session.c: * src/stack.c: * src/tabpopup.c: * src/theme-viewer.c: * src/theme.c: * src/window-props.c: * src/window.c: * src/workspace.c: * src/tools/metacity-window-demo.c: * src/wm-tester/test-gravity.c: * src/wm-tester/test-resizing.c: * src/wm-tester/test-size-hints.c: Patch from Kjartan Maraas to fix a lot of tiny issues (unused variable removal, making unused variables used again, correction of types passed/declared for printf arguments, removal of unneeded breaks and returns, dead code removal, dead code revival, renaming to prevent shadowed variables, declaring unexported functions as static) spotted by the intel compiler. #321439
This commit is contained in:

committed by
Elijah Newren

parent
4c10722262
commit
32d4bd6b63
@@ -128,7 +128,9 @@ main (int argc, char **argv)
|
||||
redraw_pending = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
/* This program has an infinite loop above so a return statement would
|
||||
* just cause compiler warnings.
|
||||
*/
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user