Commit graph

303037 commits

Author SHA1 Message Date
David Tardon
c696282069 WaE: variable 'hr' set but not used 2012-03-12 08:53:46 +01:00
David Tardon
5982c0306f suppress errors with -Werror 2012-03-12 08:53:46 +01:00
David Tardon
2c5a817591 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:46 +01:00
David Tardon
064d8f1405 WaE: invalid conversion from 'const char*' to 'LPSTR' 2012-03-12 08:53:44 +01:00
David Tardon
bd6757d60d WaE: value computed is not used 2012-03-12 08:53:42 +01:00
David Tardon
d860d26263 WaE: deprecated conversion from string constant to 'char*'' 2012-03-12 08:53:41 +01:00
David Tardon
ca67ec0ebc WaE: initialization order 2012-03-12 08:53:39 +01:00
David Tardon
3b521d1bc6 WaE: "_WIN32_WINNT" redefined 2012-03-12 08:53:39 +01:00
David Tardon
c169483c49 WaE: "__uuidof" redefined
It would probably be better to find out why the "stock" __uuidof from
MinGW causes linking error for libdnd (missing symbols) and if it can be
fixed , but I am too lazy .-)
2012-03-12 08:53:38 +01:00
David Tardon
49884860e6 WaE: variable 'hr' set but not used 2012-03-12 08:53:38 +01:00
David Tardon
4d34615cfc add missing initializer 2012-03-12 08:53:37 +01:00
David Tardon
14eda66649 WaE: initialization order 2012-03-12 08:53:37 +01:00
David Tardon
45c2e99be2 probable intent 2012-03-12 08:53:36 +01:00
David Tardon
d8639ceb1d WaE: variable 'dwResult' set but not used 2012-03-12 08:53:36 +01:00
David Tardon
f74379741f fix indentation 2012-03-12 08:53:36 +01:00
David Tardon
1be53d0081 WaE: suggest explicit braces to avoid ambiguous 'else' 2012-03-12 08:53:35 +01:00
David Tardon
55afdcce6d WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:35 +01:00
David Tardon
7553b372ef use SAL_N_ELEMENTS 2012-03-12 08:53:34 +01:00
David Tardon
0441206f22 WaE: multi-character character constant 2012-03-12 08:53:34 +01:00
David Tardon
72137b44ff suppress errors with -Werror 2012-03-12 08:53:33 +01:00
David Tardon
76e17e8c12 WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:33 +01:00
David Tardon
c4ee0b0a74 WaE: declaration of 'HWND__* hWnd' shadows a parameter 2012-03-12 08:53:32 +01:00
David Tardon
e8d7c38231 WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:32 +01:00
David Tardon
277e9c4ca8 WaE: format '%x' expects argument of type 'unsigned int' 2012-03-12 08:53:32 +01:00
David Tardon
79305e38c5 WaE: cast to pointer from integer of different size 2012-03-12 08:53:31 +01:00
David Tardon
91b8bae79f WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:31 +01:00
David Tardon
47cad9e8e8 WaE: declaration shadows a previous local 2012-03-12 08:53:30 +01:00
David Tardon
bf9e519551 WaE: deprecated conversion from string constant to 'sal_Char*' 2012-03-12 08:53:30 +01:00
David Tardon
ded657d066 WaE: unused variable 'nRC' 2012-03-12 08:53:30 +01:00
David Tardon
557daa9c4b WaE: declaration shadows a previous local 2012-03-12 08:53:29 +01:00
David Tardon
d0d9d7970b WaE: 'nRet' may be used uninitialized in this function 2012-03-12 08:53:29 +01:00
David Tardon
7baf49884c WaE: 'nAcquire' may be used uninitialized in this function
Or, the joys of using setjmp/longjmp...
2012-03-12 08:53:28 +01:00
David Tardon
8d6afe4fc3 WaE: unused variable 'err' 2012-03-12 08:53:28 +01:00
David Tardon
48cb7040ce WaE: unused parameter 'pPrt' 2012-03-12 08:53:27 +01:00
David Tardon
f9177e2f5c WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:27 +01:00
David Tardon
93f1865986 use SAL_N_ELEMENTS 2012-03-12 08:53:27 +01:00
David Tardon
9adb48b9a1 WaE: enumeral mismatch in conditional expression 2012-03-12 08:53:26 +01:00
David Tardon
13718ea30c WaE: passing NULL to non-pointer argument 2012-03-12 08:53:26 +01:00
David Tardon
b44e997ebe WaE: comparison between signed and unsigned integer expressions 2012-03-12 08:53:25 +01:00
David Tardon
ab233e2ec2 WaE: narrowing conversion from 'long int' to 'BYTE' 2012-03-12 08:53:25 +01:00
David Tardon
87f637ba50 probable intent is the other way around 2012-03-12 08:53:25 +01:00
David Tardon
8b5c1890f3 WaE: missing braces around initializer for 'BYTE [8]' 2012-03-12 08:53:24 +01:00
David Tardon
33aa774406 WaE: cast to pointer from integer of different size 2012-03-12 08:53:24 +01:00
David Tardon
0ae7f9da0c WaE: suggest parentheses around '&&' within '||' 2012-03-12 08:53:23 +01:00
David Tardon
8cb481ba18 WaE: declaration of 'aName' shadows a member of 'this' 2012-03-12 08:53:23 +01:00
David Tardon
d371852d7f WaE: suggest explicit braces to avoid ambiguous 'else' 2012-03-12 08:53:23 +01:00
David Tardon
f6f48f89c1 WaE: missing initializer for member 2012-03-12 08:53:22 +01:00
David Tardon
fd4efa8bf5 WaE: 'bLastCaseSensitive' defined but not used 2012-03-12 08:53:22 +01:00
David Tardon
4171bfefa7 WaE: declaration of 'pTop' shadows a previous local 2012-03-12 08:53:21 +01:00
David Tardon
050228bcba WaE: deprecated conversion from string constant to 'LPTSTR' 2012-03-12 08:53:21 +01:00