Timo Kreuzer
|
41bc57ddf0
|
[REACTOS] Silence warnings in 3r-party code
|
2021-07-23 22:03:48 +02:00 |
|
Victor Perevertkin
|
74ec94e12c
|
[CMAKE] Some options are only supported by GCC, don't use them for clang
These are (so far):
-Wno-format-overflow
-Wno-nonnull-compare
-Wno-old-style-declaration
-Wno-unused-but-set-variable
|
2021-04-09 03:58:19 +03:00 |
|
Jérôme Gardou
|
ab825334dd
|
Apply suggestions from code review
Beautification and clarity
Co-authored-by: Victor Perevertkin <victor@perevertkin.ru>
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
|
2020-10-20 21:44:54 +02:00 |
|
Jérôme Gardou
|
c004b53d77
|
Apply suggestions from code review
Style fixes
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Co-authored-by: Victor Perevertkin <victor@perevertkin.ru>
|
2020-10-20 21:44:54 +02:00 |
|
Jérôme Gardou
|
00ed72d7e8
|
[CMAKE] Get rid of add_compile_flags
Use add_compile_options and the like instead
|
2020-10-20 21:44:54 +02:00 |
|
Serge Gautherie
|
b509658280
|
[CMAKE] Remove obsolete 'CMAKE_CXX_COMPILER_VERSION' checks (#2981)
Following upgrade to RosBE 2.2.0 support and GCC 8.4.
|
2020-07-18 15:37:29 +02:00 |
|
Timo Kreuzer
|
9dc6c14eca
|
[TFTPD] Disable format-overflow warnings
|
2019-05-27 13:22:40 +02:00 |
|
Pako Smith
|
13e566444d
|
[TFTPD] Fix Coverity #1434273 "Out-of-Bounds access" (#1037)
'extbuff' must be of size _MAX_PATH to comply with its usage in the GetModuleFileName() call made in the code.
|
2018-11-14 12:30:30 +01:00 |
|
Timo Kreuzer
|
6b1ca75899
|
[REACTOS] Fix 64 bit build (#465)
* [HAL] Simplify HalpReboot() and make it portable
* [NTOS:MM] Cast constant to PVOID
* [BINPATCH] Fix 64 bit build
* [VFDDRV] Fix 64 bit build and buffer overruns
* [USBOHCI] Fix structure alignment issues
* [ATL_APITEST] Fix 64 bit build
* [XDK] Update unwind structures in winnt.h
* [NTDLL_APITEST] Fix 64 bit build
* [NTDLL_WINETEST] Fix 64 bit build
* [TFTPD] Fix x64 build
* [USBPORT] Fix a C_ASSERT
* [DSOUND] Fix x64 build
* [HAL] Remove obsolete GetPteAddress() macro
|
2018-04-03 15:13:17 -06:00 |
|
Hermès Bélusca-Maïto
|
dd311081be
|
[TFTPD] Add the Open TFTP Server to build.
Note that it constitutes a nice test for iphlpapi.dll and afd.sys.
|
2018-03-31 17:57:22 +02:00 |
|
Hermès Bélusca-Maïto
|
a45713f4c2
|
[TFTPD] Fix compilation, and use the #define MAX_SERVERS where needed instead of hardcoding its value.
|
2018-03-31 17:07:48 +02:00 |
|
Hermès Bélusca-Maïto
|
af57aba104
|
[TFTPD] Fix bound checks for array cfig.hostRanges. Spotted by 'mudhead'.
CORE-14515
|
2018-03-31 17:07:45 +02:00 |
|
Colin Finck
|
c2c66aff7d
|
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|
2017-10-03 07:45:34 +00:00 |
|