Skip to content
  • Nick Mathewson's avatar
    Add test to make sure all confparse variables are well-typed · eb54a856
    Nick Mathewson authored
    New approach, suggested by Taylor: During testing builds, we
    initialize a union member of an appropriate pointer type with the
    address of the member field we're trying to test, so we can make
    sure that the compiler doesn't warn.
    
    My earlier approach invoked undefined behavior.
    eb54a856