akallabeth
|
e2fd9db0b5
|
Added const to function arguments
|
2021-02-17 11:29:56 +01:00 |
|
Armin Novak
|
72ca88f49c
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
|
Bernhard Miklautz
|
52fbfb7b12
|
fix clang warnings, directly include wtypes.h (#4097)
* build: clang use -Wno-unused-command-line-argument
With clang 5.0 builds are quite noisy otherwise.
* Directly include wtypes.h
Directly include winpr/wtypes.h where _fseeki64 or _ftelli64 is used.
* fix build warnings with clang 5
clang version: 5.0.0-svn310678-1~exp1 (branches/release_50)
Warning: parentheses-equality
* fix build warnings with clang 5
clang version: 5.0.0-svn310678-1~exp1 (branches/release_50)
Warning: tautological-compare
* fix build warnings with clang 5
clang version: 5.0.0-svn310678-1~exp1 (branches/release_50)
Warning:
incompatible pointer types passing 'size_t *' (aka 'unsigned
long *') to parameter of type 'UINT32 *' (aka 'unsigned int *')
[-Wincompatible-pointer-types]
|
2017-08-29 09:09:38 +02:00 |
|
Armin Novak
|
ef71f7fd55
|
Removed unused files, added README with links
|
2017-01-31 10:01:41 +01:00 |
|
Armin Novak
|
0106405fff
|
Using android cpufeatures library for detection.
|
2017-01-24 09:56:45 +01:00 |
|