diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-30 18:22:10 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-30 18:22:10 -0200 |
commit | f56a69f2cf7df1e7cdf2494c5408786e53467374 (patch) | |
tree | c2b4d72f8bd8af0de6efdccd7ae8e3028c654d08 /src/SetValues.c | |
parent | c1f227f94aec6f4555182965fc0d2d8f33fef01f (diff) |
Janitor: ansification, make distcheck, compiler warnings, .gitignore.
Most "compiler" warnings were actually sparse warnings, due to
assigning a integer to a pointer, or an external symbol without
a previous declaration.
Diffstat (limited to 'src/SetValues.c')
-rw-r--r-- | src/SetValues.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetValues.c b/src/SetValues.c index d9e8a46..8695ede 100644 --- a/src/SetValues.c +++ b/src/SetValues.c @@ -194,7 +194,7 @@ void XtSetValues( XtGeometryResult result; XtWidgetGeometry geoReq, geoReply; WidgetClass wc; - ConstraintWidgetClass cwc = 0; + ConstraintWidgetClass cwc = NULL; Boolean hasConstraints; XtAlmostProc set_values_almost; XtAppContext app = XtWidgetToApplicationContext(w); |