OSDN Git Service

Fix warning when compiling with ICC.
authorThiago Macieira <thiago.macieira@nokia.com>
Tue, 1 Mar 2011 11:41:16 +0000 (12:41 +0100)
committerThiago Macieira <thiago.macieira@nokia.com>
Tue, 1 Mar 2011 11:41:16 +0000 (12:41 +0100)
commit359ab05686a732dd8c980e20ea8f6138441eac20
tree2a4e7c5e453fbe291f215829181c98985e3888f4
parent4fae8d04312a9cfbdc2da30cf64029dee1b756c5
Fix warning when compiling with ICC.

../build/botan/gfp_modulus.h(21): warning #1565: attributes are ignored on a class declaration that is not also a definition
  class BOTAN_DLL GFpElement;
        ^

There's no need to add class attributes to a forward declaration.
src/libs/3rdparty/botan/build/botan/gfp_modulus.h
src/libs/3rdparty/botan/src/math/gfpmath/gfp_modulus.h