mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
MSVC: Define _CRT_NO_VA_START_VALIDATION
Defined to fix error: C2338: va_start argument must not have reference type and must not be parenthesized
This commit is contained in:
parent
656e066d25
commit
559c5be2fe
@ -5,6 +5,9 @@
|
||||
QMAKE_CXXFLAGS += /EHsc
|
||||
# To enable M_PI, M_E,...
|
||||
DEFINES += _USE_MATH_DEFINES
|
||||
# To fix error: C2338: va_start argument must not
|
||||
# have reference type and must not be parenthesized
|
||||
DEFINES += _CRT_NO_VA_START_VALIDATION
|
||||
}
|
||||
|
||||
HEADERS += $$PWD/jkqtplotter/jkqtpbaseplotter.h \
|
||||
|
Loading…
Reference in New Issue
Block a user