Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
132 stars 147 forks source link

Isolate pragmas specific for VisualStudio #369

Open fbosquet-azpn opened 4 years ago

fbosquet-azpn commented 4 years ago

When using azure-storage-cpp libraries with gcc and with the -Wall option the azure-storage-cpp is reporting several unknown pragma.

This pull request is to remove some specific Microsoft Visual Studio pragma from the public API.