summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* compiler-warning fixes for const-mismatches, no object-changeThomas E. Dickey2019-11-267-30/+34
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* reduce compiler warnings using casts, no object changeThomas E. Dickey2019-11-2521-90/+92
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix compiler warning by updating parameter type for call to XtDisplayInitializeThomas E. Dickey2019-11-251-1/+1
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGSThomas E. Dickey2019-11-251-8/+8
| | | | | | | respectively so the default .c.o rule works (needed for the "Regress" script). Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* use _X_UNUSED to quiet unused-parameter warningsThomas E. Dickey2019-07-0636-398/+362
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix some type/conversion warnings (no object change)Thomas E. Dickey2019-07-041-7/+10
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix some type/conversion warnings (no object change)Thomas E. Dickey2019-07-041-2/+9
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix misleading indentation, which gave a compiler warningThomas E. Dickey2019-07-041-2/+2
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix some type/conversion compiler warnings (no object change)Thomas E. Dickey2019-07-041-4/+7
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix some type/conversion compiler warnings (no object change)Thomas E. Dickey2019-07-041-3/+6
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix some type/conversion compiler warnings (no object change)Thomas E. Dickey2019-07-041-17/+17
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix some type/comparison compiler warnings (no object change)Thomas E. Dickey2019-07-041-20/+21
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* change a couple of variable-types to reduce compiler warnings (no object change)Thomas E. Dickey2019-07-041-2/+3
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* fix a missing struct-initializer, and quiet unused-parameter warningsThomas E. Dickey2019-07-041-0/+31
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* change variables to/from char* vs String to reduce compiler warnings (no ↵Thomas E. Dickey2019-07-041-3/+5
| | | | | | object change) Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* quiet some more type-conversion warnings, as well as unused-parametersThomas E. Dickey2019-07-041-7/+15
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-35/+39
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-115/+118
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-29/+29
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-1/+1
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-13/+13
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-8/+8
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-14/+14
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-1/+1
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-116/+116
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-37/+43
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-45/+49
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-38/+38
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-27/+27
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-30/+30
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-2/+2
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-27/+27
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-39/+39
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-26/+26
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-4/+4
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-2/+2
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-28/+35
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-5/+5
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-51/+55
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-17/+17
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-15/+15
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-1/+1
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-78/+82
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-128/+128
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-27/+27
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-23/+25
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-31/+33
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-22/+23
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-31/+32
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
* add casts to quiet gcc conversion-warnings, no object changeThomas E. Dickey2019-07-041-8/+10
| | | | Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>