This question regards to user defined macro in DLL file compilation.
Assuming I have the following codes in a DLL file:
When I build the DLL file, I have the following message:
This is fine for most needs, I am just wondering where in UEStudio I can turn this off, as sometimes we may choose to not define the macro for different build requirements.
Thanks again.
Assuming I have the following codes in a DLL file:
Code: Select all
#ifndef USERMACRO_DECL
# define USERMACRO_DECL
#endif
Code: Select all
warning: "USERMACRO_DECL" redefined [enabled by default]
Thanks again.