From: GitHub <no...@gi...> - 2014-09-29 14:12:45
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ea712bfd56737170a9c285f3b0a4ebd09e1425af https://github.com/OpenSC/OpenSC/commit/ea712bfd56737170a9c285f3b0a4ebd09e1425af Author: Ludovic Rousseau <lud...@gm...> Date: 2014-09-29 (Mon, 29 Sep 2014) Changed paths: M src/libopensc/sm.h Log Message: ----------- Fix compiler warning The same function iasecc_sm_external_authentication() was declared in two different .h files. In file included from ../../src/libopensc/iasecc.h:27:0, from sm-card-iasecc.c:44: ../../src/libopensc/iasecc-sdo.h:324:5: warning: redundant redeclaration of `iasecc_sm_external_authentication' [-Wredundant-decls] In file included from ../../src/libopensc/opensc.h:44:0, from sm-card-iasecc.c:40: ../../src/libopensc/sm.h:352:5: note: previous declaration of `iasecc_sm_external_authentication' was here |