Hello!
Here are the warnings that are displayed on Linux during compilation with 
CRYPTOPP_NO_UNALIGNED_ACCESS defined:
-----------------------------------------------------------------------------------------------------------------------
g++ -DNDEBUG -g2 -O3 -fPIC -march=native -DCRYPTOPP_DISABLE_ASM -Wall 
-Wextra -Wno-type-limits -Wno-unknown-pragmas -pipe -c cpu.cpp
cpu.cpp: In function ‘bool CryptoPP::CpuId(CryptoPP::word32, 
CryptoPP::word32*)’:
cpu.cpp:83:7: warning: variable ‘result’ might be clobbered by ‘longjmp’ or 
‘vfork’ [-Wclobbered]
  bool result = true;
       ^
g++ -DNDEBUG -g2 -O3 -fPIC -march=native -DCRYPTOPP_DISABLE_ASM -Wall 
-Wextra -Wno-type-limits -Wno-unknown-pragmas -pipe -c md2.cpp
g++ -DNDEBUG -g2 -O3 -fPIC -march=native -DCRYPTOPP_DISABLE_ASM -Wall 
-Wextra -Wno-type-limits -Wno-unknown-pragmas -pipe -c integer.cpp
integer.cpp: In function ‘void 
CryptoPP::Baseline_MultiplyBottom2(CryptoPP::word*, const word*, const 
word*)’:
integer.cpp:1058:16: warning: variable ‘d1’ set but not used 
[-Wunused-but-set-variable]
  Declare2Words(d)    \
                ^
integer.cpp:111:40: note: in definition of macro ‘Declare2Words’
  #define Declare2Words(x)   word x##0, x##1;
                                        ^
integer.cpp:972:2: note: in expansion of macro ‘Mul_Begin’
  Mul_Begin(2) \
  ^
integer.cpp:1161:2: note: in expansion of macro ‘Bot_2’
  Bot_2
  ^
-----------------------------------------------------------------------------------------------------------------------
GCC version: 4.9.2, Ubuntu 15.04, Linux Kernel 3.19.0-25-generic.

All tests passed, but I still decided to notify.

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to