./test_complex_source.c:612:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:612:13: note: use function 'fabsl' instead ./test_complex_source.c:613:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:613:13: note: use function 'fabsl' instead ./test_complex_source.c:632:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:632:13: note: use function 'fabsl' instead ./test_complex_source.c:634:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:634:13: note: use function 'fabsl' instead ./test_complex_source.c:652:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:652:13: note: use function 'fabsl' instead ./test_complex_source.c:654:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:654:13: note: use function 'fabsl' instead ./test_complex_source.c:679:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:679:13: note: use function 'fabsl' instead ./test_complex_source.c:680:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:680:13: note: use function 'fabsl' instead ./test_complex_source.c:706:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:706:13: note: use function 'fabsl' instead ./test_complex_source.c:707:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:707:13: note: use function 'fabsl' instead ./test_source.c:746:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:746:13: note: use function 'fabsl' instead ./test_source.c:746:49: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:746:49: note: use function 'fabsl' instead ./test_source.c:758:9: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:758:9: note: use function 'fabsl' instead ./test_source.c:763:9: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:763:9: note: use function 'fabsl' instead ./test_source.c:746:13: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:746:13: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:746:49: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:746:49: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:758:9: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:758:9: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:763:9: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:763:9: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'labs' instead ./test_source.c:746:49: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:49: note: use function 'labs' instead ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'labs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'labs' instead ./test_source.c:746:13: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:746:13: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:746:49: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:746:49: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:758:9: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:758:9: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:763:9: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:763:9: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:49: note: use function 'abs' instead ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: taking the absolute value of unsigned type 'unsigned short' has no effect [-Wabsolute-value] ./test_source.c:746:49: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:49: note: use function 'abs' instead ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: taking the absolute value of unsigned type 'unsigned char' has no effect [-Wabsolute-value] ./test_source.c:746:49: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:49: note: use function 'abs' instead ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_complex_source.c:612:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:612:13: note: use function 'fabsl' instead ./test_complex_source.c:613:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:613:13: note: use function 'fabsl' instead ./test_complex_source.c:632:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:632:13: note: use function 'fabsl' instead ./test_complex_source.c:634:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:634:13: note: use function 'fabsl' instead ./test_complex_source.c:652:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:652:13: note: use function 'fabsl' instead ./test_complex_source.c:654:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:654:13: note: use function 'fabsl' instead ./test_complex_source.c:679:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:679:13: note: use function 'fabsl' instead ./test_complex_source.c:680:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:680:13: note: use function 'fabsl' instead ./test_complex_source.c:706:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:706:13: note: use function 'fabsl' instead ./test_complex_source.c:707:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:707:13: note: use function 'fabsl' instead ./test_source.c:746:13: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:746:13: note: use function 'fabsl' instead ./test_source.c:746:49: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:746:49: note: use function 'fabsl' instead ./test_source.c:758:9: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:758:9: note: use function 'fabsl' instead ./test_source.c:763:9: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:763:9: note: use function 'fabsl' instead ./test_source.c:746:13: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:746:13: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:746:49: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:746:49: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:758:9: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:758:9: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:763:9: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:763:9: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'labs' instead ./test_source.c:746:49: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:49: note: use function 'labs' instead ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'labs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'labs' instead ./test_source.c:746:13: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:746:13: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:746:49: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:746:49: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:758:9: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:758:9: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:763:9: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:763:9: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:49: note: use function 'abs' instead ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: taking the absolute value of unsigned type 'unsigned short' has no effect [-Wabsolute-value] ./test_source.c:746:49: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:49: note: use function 'abs' instead ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: taking the absolute value of unsigned type 'unsigned char' has no effect [-Wabsolute-value] ./test_source.c:746:49: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_source.c:746:13: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:13: note: use function 'abs' instead ./test_source.c:746:49: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:746:49: note: use function 'abs' instead ./test_source.c:758:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:758:9: note: use function 'abs' instead ./test_source.c:763:9: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:763:9: note: use function 'abs' instead ./test_complex_source.c:633:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:633:17: note: use function 'fabsl' instead ./test_complex_source.c:634:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:634:17: note: use function 'fabsl' instead ./test_complex_source.c:669:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:669:17: note: use function 'fabsl' instead ./test_complex_source.c:670:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:670:17: note: use function 'fabsl' instead ./test_source.c:535:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:535:17: note: use function 'fabsl' instead ./test_source.c:535:53: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:535:53: note: use function 'fabsl' instead ./test_source.c:629:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:629:17: note: use function 'fabsl' instead ./test_source.c:629:53: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:629:53: note: use function 'fabsl' instead ./test_source.c:649:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:649:17: note: use function 'fabsl' instead ./test_source.c:649:53: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:649:53: note: use function 'fabsl' instead ./test_source.c:535:17: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:535:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:53: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:535:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:17: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:629:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:53: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:629:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:17: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:649:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:53: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:649:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'labs' instead ./test_source.c:535:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:53: note: use function 'labs' instead ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'labs' instead ./test_source.c:629:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:53: note: use function 'labs' instead ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'labs' instead ./test_source.c:649:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:53: note: use function 'labs' instead ./test_source.c:535:17: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:535:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:53: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:535:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:17: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:629:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:53: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:629:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:17: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:649:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:53: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:649:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:53: note: use function 'abs' instead ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:53: note: use function 'abs' instead ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:53: note: use function 'abs' instead ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: taking the absolute value of unsigned type 'unsigned short' has no effect [-Wabsolute-value] ./test_source.c:535:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: taking the absolute value of unsigned type 'unsigned short' has no effect [-Wabsolute-value] ./test_source.c:629:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: taking the absolute value of unsigned type 'unsigned short' has no effect [-Wabsolute-value] ./test_source.c:649:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:53: note: use function 'abs' instead ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:53: note: use function 'abs' instead ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:53: note: use function 'abs' instead ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: taking the absolute value of unsigned type 'unsigned char' has no effect [-Wabsolute-value] ./test_source.c:535:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: taking the absolute value of unsigned type 'unsigned char' has no effect [-Wabsolute-value] ./test_source.c:629:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: taking the absolute value of unsigned type 'unsigned char' has no effect [-Wabsolute-value] ./test_source.c:649:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:53: note: use function 'abs' instead ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:53: note: use function 'abs' instead ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:53: note: use function 'abs' instead ./test_complex_source.c:633:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:633:17: note: use function 'fabsl' instead ./test_complex_source.c:634:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:634:17: note: use function 'fabsl' instead ./test_complex_source.c:669:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:669:17: note: use function 'fabsl' instead ./test_complex_source.c:670:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_complex_source.c:670:17: note: use function 'fabsl' instead ./test_source.c:535:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:535:17: note: use function 'fabsl' instead ./test_source.c:535:53: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:535:53: note: use function 'fabsl' instead ./test_source.c:629:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:629:17: note: use function 'fabsl' instead ./test_source.c:629:53: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:629:53: note: use function 'fabsl' instead ./test_source.c:649:17: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:649:17: note: use function 'fabsl' instead ./test_source.c:649:53: warning: absolute value function 'fabs' given an argument of type 'long double' but has parameter of type 'double' which may cause truncation of value [-Wabsolute-value] ./test_source.c:649:53: note: use function 'fabsl' instead ./test_source.c:535:17: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:535:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:53: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:535:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:17: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:629:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:53: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:629:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:17: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:649:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:53: warning: taking the absolute value of unsigned type 'unsigned long' has no effect [-Wabsolute-value] ./test_source.c:649:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'labs' instead ./test_source.c:535:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:53: note: use function 'labs' instead ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'labs' instead ./test_source.c:629:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:53: note: use function 'labs' instead ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'labs' instead ./test_source.c:649:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:53: note: use function 'labs' instead ./test_source.c:535:17: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:535:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:53: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:535:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:17: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:629:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:53: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:629:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:17: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:649:17: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:53: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] ./test_source.c:649:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:53: note: use function 'abs' instead ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:53: note: use function 'abs' instead ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:53: note: use function 'abs' instead ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: taking the absolute value of unsigned type 'unsigned short' has no effect [-Wabsolute-value] ./test_source.c:535:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: taking the absolute value of unsigned type 'unsigned short' has no effect [-Wabsolute-value] ./test_source.c:629:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: taking the absolute value of unsigned type 'unsigned short' has no effect [-Wabsolute-value] ./test_source.c:649:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:53: note: use function 'abs' instead ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:53: note: use function 'abs' instead ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:53: note: use function 'abs' instead ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: taking the absolute value of unsigned type 'unsigned char' has no effect [-Wabsolute-value] ./test_source.c:535:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: taking the absolute value of unsigned type 'unsigned char' has no effect [-Wabsolute-value] ./test_source.c:629:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: taking the absolute value of unsigned type 'unsigned char' has no effect [-Wabsolute-value] ./test_source.c:649:53: note: remove the call to 'fabs' since unsigned values cannot be negative ./test_source.c:535:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:17: note: use function 'abs' instead ./test_source.c:535:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:535:53: note: use function 'abs' instead ./test_source.c:629:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:17: note: use function 'abs' instead ./test_source.c:629:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:629:53: note: use function 'abs' instead ./test_source.c:649:17: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:17: note: use function 'abs' instead ./test_source.c:649:53: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] ./test_source.c:649:53: note: use function 'abs' instead ./test_gaussian.c:44:39: warning: implicit conversion from enumeration type 'const gsl_filter_end_t' to different enumeration type 'gsl_movstat_end_t' [-Wenum-conversion] ./test_median.c:39:39: warning: implicit conversion from enumeration type 'const gsl_filter_end_t' to different enumeration type 'gsl_movstat_end_t' [-Wenum-conversion] ./test_median.c:89:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:90:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:91:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:92:47: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:93:47: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:94:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:95:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:96:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:98:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:99:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:100:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:101:47: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:102:47: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:103:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:104:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:105:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:107:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:108:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:109:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:110:47: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:111:47: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:112:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:113:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_median.c:114:46: warning: implicit conversion from enumeration type 'gsl_movstat_end_t' to different enumeration type 'gsl_filter_end_t' [-Wenum-conversion] ./test_rmedian.c:39:39: warning: implicit conversion from enumeration type 'const gsl_filter_end_t' to different enumeration type 'gsl_movstat_end_t' [-Wenum-conversion]