diff options
Diffstat (limited to 'popt')
-rw-r--r-- | popt/.lclintrc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/popt/.lclintrc b/popt/.lclintrc new file mode 100644 index 000000000..9aea531f3 --- /dev/null +++ b/popt/.lclintrc @@ -0,0 +1,41 @@ +-I. -I.. -DHAVE_CONFIG_H + ++partial + +-warnunixlib +-warnposix + ++unixlib + +# don't-bother-me-yet parameters +-branchstate +#-immediatetrans +-mustfree +#-observertrans +#-statictrans + +# not-yet normal parameters +-boolops # w->n +-fixedformalarray +-null +-predboolint # w->n +-predboolothers # w->n +-retvalint # w->n +-type + + +# -weak paramaters +#+boolint +#-boolops +#+ignorequals +#+ignoresigns +#-mustfree +#+longintegral +#+matchanyintegral +#-nullpass +#-observertrans +#-predboolint +#-predboolothers +#-retvalint +#-retvalother +#-shiftsigned |