On 2015-03-10 11:10, akhaldi@svn.reactos.org wrote:
+if(NOT MSVC)
- add_target_compile_flags(advapi32_winetest "-Wno-format")
+endif()
Why are we getting format warnings? Is __WINESRC__ not set correctly?
On 2015-03-10 12:02, Amine Khaldi wrote:
Why are we getting format warnings? Is __WINESRC__ not set correctly?
Hmm, it didn't help.
Ah, PROCESS_ALL_ACCESS is the problem. We have access right constants defined with -L suffix. So yeah I think -Wno-format is the right solution for now.