[Bug 1448997] Review Request: lua-bit32 - Backport of Lua bit manipulation library introduced in 5.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1448997



--- Comment #1 from Charles R. Anderson <cra@xxxxxxx> ---
I'm not familiar with lua, are these compile warnings expected?

+ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2
-fexceptions -fstack-protector-strong --param=ssp-buffer-size=4
-grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -m
tune=generic -I/usr/include -I./c-api -llua -lm -ldl lbitlib.c -shared -fPIC -o
bit32.so
lbitlib.c:19:0: warning: "luaL_checkunsigned" redefined
 #define luaL_checkunsigned(L, n) ((lua_Unsigned)luaL_checkinteger((L), (n)))

In file included from lbitlib.c:12:0:
/usr/include/lauxlib.h:247:0: note: this is the location of the previous
definition
 #define luaL_checkunsigned(L,a) ((lua_Unsigned)luaL_checkinteger(L,a))

lbitlib.c:20:0: warning: "lua_pushunsigned" redefined
 #define lua_pushunsigned(L, n) (lua_pushinteger(L, (lua_Integer)(n)))

In file included from lbitlib.c:10:0:
/usr/include/lua.h:385:0: note: this is the location of the previous definition
 #define lua_pushunsigned(L,n) lua_pushinteger(L, (lua_Integer)(n))

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux