Skip to content
  • Thiago Macieira's avatar
    Fix warning when compiling with ICC. · 359ab056
    Thiago Macieira authored
    ../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.
    359ab056