Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseargs.cfa

    r1c893ae r789f279  
    55#include <errno.h>
    66#include <unistd.h>
    7 #include <assert.h>
    8 
    97extern "C" {
    108        #include <getopt.h>
     
    7472
    7573        int maxv = 'h';
    76         assert( opt_count > 0 );
    7774        char optstring[opt_count * 3] = { '\0' };
    7875        {
Note: See TracChangeset for help on using the changeset viewer.