diff options
| author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-06-10 23:43:50 +0200 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-06-11 01:56:08 +0300 | 
| commit | 9f6b8484dfb7dfa981d8a8ac3693d3f68e32bc12 (patch) | |
| tree | bff0d3ad6bb7643be0510cd604aacef7c76ae4bb /indra/llcorehttp | |
| parent | 901c3cbe09dae85ccc0c1ce0661a7b878293b608 (diff) | |
Re-enable compiler warnings C4127, C4512 & C4706
Disable particular CRT and WinSock API warnings for functions Microsoft considers unsafe/deprecated
Diffstat (limited to 'indra/llcorehttp')
| -rw-r--r-- | indra/llcorehttp/examples/http_texture_load.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llcorehttp/examples/http_texture_load.cpp b/indra/llcorehttp/examples/http_texture_load.cpp index 3c7c8ed634..72e0c29a24 100644 --- a/indra/llcorehttp/examples/http_texture_load.cpp +++ b/indra/llcorehttp/examples/http_texture_load.cpp @@ -24,6 +24,8 @@   * $/LicenseInfo$   */ +#include "linden_common.h" +  #include <iostream>  #include <cstdio>  #include <cstdlib> @@ -33,8 +35,6 @@  #include <pthread.h>  #endif -#include "linden_common.h" -  #include "httpcommon.h"  #include "httprequest.h"  #include "httphandler.h" | 
