Skip to content
  • Robert Love's avatar
    · 7864ca26
    Robert Love authored
    2005-10-07  Robert Love  <rml@novell.com>
    
            * configure.in: Change our compile flags for the betterment of mankind.
              Remove "-Wno-strict-aliasing" because we should not be doing bad
              aliasing or type punning that throws off optimizations (this is esp.
              important in gcc 4.1).  Add "-Wstrict-prototypes" because we comply
              anyhow and missing a prototype is very bad on 64-bit platforms as
              types default to int but sizeof(int) != sizeof(long), add
              "-Wmissing-prototypes" and "-Wmissing-declarations" to warn if we
              define an exported function but fail to put it in a header.
    
    
    git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1002 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
    7864ca26
To find the state of this project's repository at the time of any of these versions, check out the tags.