[libdvdcss-devel] [PATCH 05/47] Mark strings as const where appropriate.

David Woodhouse dwmw2 at infradead.org
Wed Nov 5 13:02:58 CET 2014


On Thu, 2014-10-30 at 16:09 +0100, Diego Biurrun wrote:
> 
> It shouldn't be.  ABI should not change at all as no position or size of
> a symbol is affected.  API-wise there might be fresh warnings, but all
> code should remain compatible.

There shouldn't even be fresh warnings. If you'd made the change in the
other direction there might be (passing a const char * to a function
which takes a char * will trigger a warning). But you can always pass a
non-const pointer to something which promises not to touch it.

-- 
dwmw2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5745 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/libdvdcss-devel/attachments/20141105/3aa494f7/attachment.bin>


More information about the libdvdcss-devel mailing list