[OpenIndiana-discuss] Compiling KeepassXC on Hipster
    Bob Friesenhahn 
    bfriesen at simple.dallas.tx.us
       
    Mon Dec  3 14:21:09 UTC 2018
    
    
  
On Mon, 3 Dec 2018, bentahyr at chez.com wrote:
> Hello,
> 'static QString Totp::generateTotp(QByteArray, quint64, quint8, quint8)':
> /home/ben/tmp/keepassxc-2.3.4/src/totp/totp.cpp:167:62: error: call of 
> overloaded 'pow(int, quint8&)' is ambiguous
>     quint32 digitsPower = pow(encoder.alphabet.size(), digits);
What is the declared storage type of the 'digits' argument?  From 
reading the header, it appears that it must be of type 'int', 'float', 
or 'double'.  Any other type would require a type transformation which 
might be ambiguous.
Bob
-- 
Bob Friesenhahn
bfriesen at simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt
    
    
More information about the openindiana-discuss
mailing list