summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_string_sprintf.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-21 17:36:45 +0000
committerdim <dim@FreeBSD.org>2011-12-21 17:36:45 +0000
commitf2ee53d6c6be94db78a3ed42ad07aefda3d44cf8 (patch)
tree8e910c74d6e6990939457d43f4cab226a4c64e75 /lib/libarchive/archive_string_sprintf.c
parentc15a655c3d924b322516e1a5eab7da6ab7fec91e (diff)
downloadFreeBSD-src-f2ee53d6c6be94db78a3ed42ad07aefda3d44cf8.zip
FreeBSD-src-f2ee53d6c6be94db78a3ed42ad07aefda3d44cf8.tar.gz
Fix enum conversion problems in sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
and sys/dev/ath/ath_hal/ar5416/ar5416_misc.c: sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:577:24: warning: implicit conversion from enumeration type 'HAL_STATUS' to different enumeration type 'HAL_BOOL' [-Wconversion] return HAL_EINVAL; ~~~~~~ ^~~~~~~~~~ and: sys/dev/ath/ath_hal/ar5416/ar5416_misc.c:164:9: warning: implicit conversion from enumeration type 'HAL_STATUS' to different enumeration type 'HAL_BOOL' [-Wconversion] return HAL_OK; ~~~~~~ ^~~~~~ In both cases, enums HAL_BOOL and HAL_STATUS are mixed up. MFC after: 1 week
Diffstat (limited to 'lib/libarchive/archive_string_sprintf.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud