Edit

IABSD.fr/ports/databases/libdbi-drivers

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2023-01-27 18:34:33
    Hash : 505b0a6f
    Message : Use casts to explicitely allow conversions from intptr_t to pointers. One could note that the C standard doesn't allow you to store a function pointer into an intptr_t. It seems that most people don't care.