mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
multibinary: fix strict-prototype warning
with -Wstric-prototype option , GCC report the warning . Change-Id: Ic2d1adb566ad21deec65c66552e2863254e1376a Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
f0104600a0
commit
b441659879
@ -212,7 +212,7 @@
|
||||
#define PROVIDER_INFO(_func_entry) \
|
||||
({ DIGNOSTIC_PUSH() \
|
||||
DIGNOSTIC_IGNORE(-Wnested-externs) \
|
||||
extern void _func_entry(); \
|
||||
extern void _func_entry(void); \
|
||||
DIGNOSTIC_POP() \
|
||||
_func_entry; \
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user