-
- Downloads
Suppress compiler warnings in ecpg test on newer Windows toolchains.
nan_test.pgc supposed that it could unconditionally #define isnan() and isinf() on WIN32. This was evidently copied at some point from src/include/port/win32.h, but nowadays there's a test on _MSC_VER there. Make nan_test.pgc look the same. Per buildfarm warnings. There's no evidence this produces anything worse than a warning, and besides it's only a test case, so I don't feel a need to back-patch.
Showing
- src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c 52 additions, 50 deletionssrc/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c
- src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.stderr 177 additions, 177 deletionssrc/interfaces/ecpg/test/expected/pgtypeslib-nan_test.stderr
- src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc 2 additions, 0 deletionssrc/interfaces/ecpg/test/pgtypeslib/nan_test.pgc
Loading
Please register or sign in to comment