It seems that when the admin_warning's module administration page is saved, the array of excluded form IDs (where the admin warning is not being printed) contains extra blank entries between each legitimate entry in the array.

Presumably the regexp used to deal with line breaks in that textarea has a problem and needs tweaking. This bug doesn't appear to cause any noticeable effect, but it seems wasteful for the array to have twice as many entries as it needs to.